import { Typography as AntTypography } from "antd"; import React from "react"; export declare const Title: React.ForwardRefExoticComponent & import("@xirang/studio-boot").StudioComponentProps, "ref"> & React.RefAttributes>; export declare const Paragraph: React.ForwardRefExoticComponent & import("@xirang/studio-boot").StudioComponentProps, "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 {};