import { default as React } from 'react';
import { TextProps } from '../Text';
export declare const Title: React.FC<TextProps>;
