import { TitleProps } from './types'; export declare const Title: (props: TitleProps) => JSX.Element;