import OriginTypography from './typography'; import Title from './title'; import Text from './text'; import Paragraph from './paragraph'; export declare type TypographyProps = typeof OriginTypography & { Title: typeof Title; Text: typeof Text; Paragraph: typeof Paragraph; }; declare const Typography: TypographyProps; export default Typography;