import _Text from './Text'; import _Title from './Title'; import _Paragraph from './Paragraph'; import './style/index.js'; export type { TextProps } from './Text'; export type { TitleProps } from './Title'; export type { ParagraphProps } from './Paragraph'; export * from './type'; export declare const Typography: { Text: typeof _Text; Title: typeof _Title; Paragraph: typeof _Paragraph; }; export declare const TypographyText: import("react").ForwardRefExoticComponent>; export declare const TypographyTitle: import("react").ForwardRefExoticComponent>; export declare const TypographyParagraph: import("react").ForwardRefExoticComponent>; export default Typography;