import React from "react"; import { TypographyProps } from "antd/lib/typography"; declare const Text: React.FC; declare const Title: React.FC | undefined) => void) | undefined; }, "code" | "mark" | "style" | "title" | "children" | "prefixCls" | "className" | "onClick" | "id" | "disabled" | "aria-label" | "type" | "keyboard" | "ellipsis" | "editable" | "copyable" | "underline" | "delete" | "italic" | "level">>; declare const Paragraph: React.FC; interface FCTypographyProps extends React.FC { Text: typeof Text; Title: typeof Title; Paragraph: typeof Paragraph; } declare const _default: React.FC & FCTypographyProps; export default _default;