import Subtitle from "../Typography/Subtitle" import * as React from "react" interface TitleCardProps { title?: string, hideTitle?: boolean, children?: React.ReactNode, topMargin?: string, className?: string, TopSideButtons?: any } export function TitleCard({ title,hideTitle, children, topMargin, TopSideButtons, className }: TitleCardProps) { return (