import { BrandColors, FontWeightOption, HeadlineSizes, TextAlignOption, TextTransformOption } from "../../theme"; interface HeadlineProps { align: TextAlignOption; color: BrandColors; transform: TextTransformOption; } /** H1 -- could add more optional props here if we really wanted to*/ export declare const H1: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial>; /** H2 -- could add more optional props here if we really wanted to*/ export declare const H2: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial>; /** H3 -- could add more optional props here if we really wanted to*/ export declare const H3: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial>; /** H4 -- could add more optional props here if we really wanted to*/ export declare const H4: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial>; /** H5 -- could add more optional props here if we really wanted to*/ export declare const H5: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial>; export declare const VariantHeadline: import("styled-components").StyledComponentClass & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export declare const VariantH1: import("styled-components").StyledComponentClass, HTMLHeadingElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export declare const VariantH2: import("styled-components").StyledComponentClass, HTMLHeadingElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export declare const VariantH3: import("styled-components").StyledComponentClass, HTMLHeadingElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export declare const VariantH4: import("styled-components").StyledComponentClass, HTMLHeadingElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export declare const VariantH5: import("styled-components").StyledComponentClass, HTMLHeadingElement>, import("../../theme/base").ThemeInterface, import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & import("styled-components/node_modules/@types/react").ClassAttributes & import("styled-components/node_modules/@types/react").HTMLAttributes & Partial & { fontSize: HeadlineSizes; fontWeight: FontWeightOption; }>; export {};