import React from 'react'; import { HeadingProps, HRProps, TextProps } from './types'; export declare const StyleableText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, TextProps, never>; export declare const StyleableSmall: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, TextProps, never>; export declare const StyleableH0: import("styled-components").StyledComponent<"h1", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyleableH1: import("styled-components").StyledComponent<"h1", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyleableH2: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyleableH3: import("styled-components").StyledComponent<"h3", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyleableH4: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyleableHR: import("styled-components").StyledComponent<"hr", import("styled-components").DefaultTheme, HRProps, never>; export declare const Text: React.FC; export declare const Small: React.FC; export declare const HR: React.FC; export declare const H0: React.FC; export declare const H1: React.FC; export declare const H2: React.FC; export declare const H3: React.FC; export declare const H4: React.FC; //# sourceMappingURL=Typography.d.ts.map