import { Typography as AntTypography } from 'antd'; import React from 'react'; export declare const Title: React.ForwardRefExoticComponent & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes>; export declare const Paragraph: React.ForwardRefExoticComponent & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes>; type TypographyComponent = React.ForwardRefExoticComponent> & { Title: typeof Title; Paragraph: typeof Paragraph; Link: typeof AntTypography.Link; Text: typeof AntTypography.Text; }; export declare const Typography: TypographyComponent; export {};