import * as Typography from '../interfaces'; export declare const font: { primary: string; secondary: string; }; export declare const H1: import("styled-components").StyledComponent<"h1", any, {}, never>; export declare const H2: import("styled-components").StyledComponent<"h2", any, {}, never>; export declare const H3: import("styled-components").StyledComponent<"h3", any, {}, never>; export declare const H4: import("styled-components").StyledComponent<"h4", any, {}, never>; export declare const H5: import("styled-components").StyledComponent<"h5", any, {}, never>; export declare const P: import("styled-components").StyledComponent<"p", any, {}, never>; export declare const Text: import("styled-components").StyledComponent<"span", any, Typography.FontStyleProps, never>; declare const typography: { font: { primary: string; secondary: string; }; Text: import("styled-components").StyledComponent<"span", any, Typography.FontStyleProps, never>; fontStyle: ({ font, color, size, weight, }: Typography.FontStyleProps) => string; newFontStyle: ({ font, size, weight, letterSpacing, color, }: Typography.FontStylePropsUpgrade) => string; }; export default typography;