/// import { TextProps } from './Text'; export declare type SubTitleProps = TextProps; export declare function SubTitle(props: SubTitleProps): JSX.Element; //# sourceMappingURL=SubTitle.d.ts.map