declare const StyledHeadingDict: { readonly h1: import("styled-components").StyledComponent<"h1", any, import("./types").StyledHeaderProps, never>; readonly h2: import("styled-components").StyledComponent<"h2", any, import("./types").StyledHeaderProps, never>; readonly h3: import("styled-components").StyledComponent<"h3", any, import("./types").StyledHeaderProps, never>; readonly h4: import("styled-components").StyledComponent<"h4", any, import("./types").StyledHeaderProps, never>; readonly h5: import("styled-components").StyledComponent<"h5", any, import("./types").StyledHeaderProps, never>; readonly h6: import("styled-components").StyledComponent<"h6", any, import("./types").StyledHeaderProps, never>; }; export default StyledHeadingDict;