export interface TitleProps { children?: React.ReactNode; className?: string; } export function Title(props: TitleProps) { return (