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