import React from "react"; import { LinkProps, ParagraphProps, TextProps, TitleProps, TypographyProps } from "."; declare const Typography: React.FunctionComponent & { Link: React.FunctionComponent; Text: React.FunctionComponent; Title: React.FunctionComponent; Paragraph: React.FunctionComponent; }; export declare const Paragraph: React.ForwardRefExoticComponent>; export default Typography;