import { ReactElement } from "react"; export interface TitleProps { title?: string; } export declare const Title: ({ title }: TitleProps) => ReactElement;