///
export declare const StyledPageHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, {
/** The container wants to have equal padding around it,
* however some cases, like Tabs, do no want that padding. */
$hasPaddingBottom: boolean;
}>> & string & Omit>, keyof import("react").Component>;
export declare const StyledActions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("../../Box").BoxProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("../../Box").BoxProps & import("react").RefAttributes>, keyof import("react").Component>;
export declare const StyledToggleActionBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & import("../../Box").BoxProps & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, never>> & string & Omit & import("../../Box").BoxProps & import("react").RefAttributes>, keyof import("react").Component>;