import React from 'react'; import { TitleProps } from 'antd/lib/typography/Title'; interface TypographyTitleProps extends TitleProps { preset?: string; } export declare const PhenomTitle: React.FC; export {};