import { FlattenSimpleInterpolation } from 'styled-components'; import { Gutter } from '../../common'; import { TypographyElementProps } from './Common'; export declare const ButtonCss: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; export declare const Body1: import("styled-components").StyledComponent<"p", any, TypographyElementProps, never>; export declare const Body2: import("styled-components").StyledComponent<"p", any, TypographyElementProps, never>; export declare const Button: import("styled-components").StyledComponent<"span", any, TypographyElementProps, never>; export declare const Caption: import("styled-components").StyledComponent<"figcaption", any, TypographyElementProps, never>; export declare const H1: import("styled-components").StyledComponent<"h1", any, TypographyElementProps, never>; export declare const H2: import("styled-components").StyledComponent<"h2", any, TypographyElementProps, never>; export declare const H3: import("styled-components").StyledComponent<"h3", any, TypographyElementProps, never>; export declare const H4: import("styled-components").StyledComponent<"h4", any, TypographyElementProps, never>; export declare const H5: import("styled-components").StyledComponent<"h5", any, TypographyElementProps, never>; export declare const H6: import("styled-components").StyledComponent<"h6", any, TypographyElementProps, never>; export declare const Paragraph: import("styled-components").StyledComponent<"p", any, TypographyElementProps, never>; export declare const Blockquote: import("styled-components").StyledComponent<"p", any, TypographyElementProps, never>; export declare const Subtitle1: import("styled-components").StyledComponent<"h6", any, TypographyElementProps, never>; export declare const Subtitle2: import("styled-components").StyledComponent<"h6", any, TypographyElementProps, never>; declare const _default: { Body1Css: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; Body2Css: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; ButtonCss: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; CaptionCss: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; H1Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; H2Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; H3Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; H4Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; H5Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; H6Css: (props?: TypographyElementProps, defaultGutterBottom?: Gutter) => FlattenSimpleInterpolation; ParagraphCss: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; BlockquoteCss: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; Subtitle1Css: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; Subtitle2Css: (props?: TypographyElementProps | undefined) => FlattenSimpleInterpolation; }; export default _default;