interface TitleProps { title?: string; } export declare const Title: ({ title }: TitleProps) => JSX.Element; export {};