import { ThemeConfig } from './theme.config.model'; export declare const INITIAL_STATE: ThemeConfig; export declare function ThemeReducer(state: any, action: any): ThemeConfig;