/// export declare const StyledSubHeader: import("styled-components").StyledComponent<({ theme, ...props }: Readonly<{ id?: string; className?: string; children: import("react").ReactNode; itemProp?: string; theme: import("styled-components").ThemeProps; }>) => JSX.Element, any, { isInverted?: boolean; } & Readonly<{ hasHorizontalSpacing?: boolean; noHorizontalSpacing?: boolean; }>, "isInverted">;