import { TypographyTitleProps } from './interface';
declare function Title(props: TypographyTitleProps): JSX.Element;
declare namespace Title {
    var displayName: string;
}
export default Title;
