/// export declare const StyledPage: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PageBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PageContentWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PageContent: import("styled-components").StyledComponent<{ ({ accent, children, footer, title, shadow, size, renderToolbar, spacing, status, }: import("../../card/card.interfaces").CardProps): JSX.Element; defaultTheme: ({ baseColors, colors, typography, support }: import("../..").CommonTheme) => [string, { backgroundColor: string; borderWidth: string; borderStyle: string; borderColor: string; textColor: string; borderRadius: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; marginBottom: string; dividerColor: string; dividerStyle: string; dividerWidth: string; size: { tiny: string; small: string; medium: string; large: string; giant: string; }; spacing: { none: string; small: string; normal: string; }; shadow: string; description: { fontWeight: string; size: string; }; header: { textColor: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; status: { basic: { backgroundColor: string; textColor: string; }; primary: { backgroundColor: string; textColor: string; }; info: { backgroundColor: string; textColor: string; }; success: { backgroundColor: string; textColor: string; }; warning: { backgroundColor: string; textColor: string; }; danger: { backgroundColor: string; textColor: string; }; control: { backgroundColor: string; textColor: string; }; }; }; }]; }, import("styled-components").DefaultTheme, {}, never>;