/// import Title from './title'; import Text from './text'; import Paragraph from './paragraph'; import Ellipsis from './ellipsis'; declare const Typography: import("react").ForwardRefExoticComponent> & { Title: typeof Title; Text: typeof Text; Paragraph: typeof Paragraph; Ellipsis: typeof Ellipsis; }; export default Typography; export { TypographyProps, TypographyTitleProps, TypographyParagraphProps, TypographyTextProps, TypographyEllipsisProps, EllipsisConfig, } from './interface';