/// <reference types="react" />
import { TypographyType } from './type/BaseTypography';
declare const Title: React.FC<TypographyType>;
export { Title };
