export declare const PageContent: (styleProps: any) => string; export declare const PageContentWrapper: (styleProps: any) => string; export declare const PageWithSidebar: (styleProps: any) => string; export declare const PageWithSidebarContent: (styleProps: any) => string; export declare const PageWithSidebarSidebar: (styleProps: any) => string; export declare const PageWithSidebarSidebarExpandedWrapper: (styleProps: any) => string; export declare const PageWithSidebarSidebarCollapsedWrapper: (styleProps: any) => string; export declare const PageWithSidebarDisclosure: (styleProps: any) => string; export declare const PageWithSidebarMinimize: (styleProps: any) => string; export declare const PageWithHeader: (styleProps: any) => string; export declare const PageWithHeaderHeader: (styleProps: any) => string; export declare const PageWithHeaderContent: (styleProps: any) => string; export declare const PageWithHeaderDisclosure: (styleProps: any) => string;