import { CommonTheme, ThemeFromFn } from '../../../theming'; export declare const sidebarModuleTheme: (theme: CommonTheme) => [string, { background: string; header: { background: string; }; title: { color: string; padding: string; textAlign: string; }; content: { padding: string; }; }]; export declare type SidebarModuleTheme = ThemeFromFn;