import { ITheme } from "../Palette/variables"; import { IParagraph } from "./Typography"; interface IThemeStyle extends Partial { theme: ITheme; } export declare const HL1Style: import("styled-components").StyledComponent<"h1", any, IThemeStyle, never>; export declare const HL2Style: import("styled-components").StyledComponent<"h2", any, IThemeStyle, never>; export declare const HL3Style: import("styled-components").StyledComponent<"h3", any, IThemeStyle, never>; export declare const HL4Style: import("styled-components").StyledComponent<"h4", any, IThemeStyle, never>; export declare const HL5Style: import("styled-components").StyledComponent<"h5", any, IThemeStyle, never>; export declare const HL6Style: import("styled-components").StyledComponent<"h6", any, IThemeStyle, never>; export declare const P: import("styled-components").StyledComponent<"p", any, IThemeStyle, never>; export declare const HS0Style: import("styled-components").StyledComponent<"h1", any, IThemeStyle, never>; export declare const HS1Style: import("styled-components").StyledComponent<"h1", any, IThemeStyle, never>; export declare const HS2Style: import("styled-components").StyledComponent<"h2", any, IThemeStyle, never>; export declare const HS3Style: import("styled-components").StyledComponent<"h3", any, IThemeStyle, never>; export declare const HS4Style: import("styled-components").StyledComponent<"h4", any, IThemeStyle, never>; export {};