import ThemeInterface from './ThemeInterface'; export declare namespace ThemeCustom { const createThemeCustom: (inTheme: ThemeInterface) => ThemeInterface; const addThemeCustom: (nameTheme: string, inTheme: ThemeInterface) => void; const getThemeCustom: (nameTheme: string) => ThemeInterface; } export * from './global'; export * from './body'; declare const _default: ThemeInterface; export default _default;