declare class Text extends React.PureComponent { static H1: ({ ...props }: { [x: string]: any; }) => JSX.Element; static H2: ({ ...props }: { [x: string]: any; }) => JSX.Element; static H3: ({ ...props }: { [x: string]: any; }) => JSX.Element; static H4: ({ ...props }: { [x: string]: any; }) => JSX.Element; static Title: ({ ...props }: { [x: string]: any; }) => JSX.Element; static SubTitle: ({ ...props }: { [x: string]: any; }) => JSX.Element; static Caption: ({ ...props }: { [x: string]: any; }) => JSX.Element; static SmallPrint: ({ ...props }: { [x: string]: any; }) => JSX.Element; static Body: ({ ...props }: { [x: string]: any; }) => JSX.Element; static Paragraph: ({ ...props }: { [x: string]: any; }) => JSX.Element; constructor(props: any); constructor(props: any, context: any); render: () => JSX.Element; } declare namespace Text { namespace defaultProps { namespace font { const name: null; const type: string; } const variant: string; const weight: string; const color: string; } namespace propTypes { const font_1: PropTypes.Requireable; type: PropTypes.Requireable; }>>; export { font_1 as font }; const variant_1: PropTypes.Requireable; export { variant_1 as variant }; const weight_1: PropTypes.Requireable; export { weight_1 as weight }; const color_1: PropTypes.Requireable; export { color_1 as color }; export const style: PropTypes.Requireable; export const children: PropTypes.Requireable; } } export default Text; import React from "react"; import PropTypes from "prop-types"; //# sourceMappingURL=Text.web.d.ts.map