/// import { SidebarModuleProps } from './sidebarmodule.interfaces'; export declare const SidebarModule: { ({ children, footer, contentPadding, header }: SidebarModuleProps): JSX.Element; defaultTheme: (theme: import("../../..").CommonTheme) => [string, { background: string; header: { background: string; }; title: { color: string; padding: string; textAlign: string; }; content: { padding: string; }; }]; };