/// import { TextProps } from './Text'; export declare type TitleProps = TextProps; export declare const Title: (props: TitleProps) => JSX.Element; //# sourceMappingURL=Title.d.ts.map