import { IThemesConfig } from '../interfaces/themes-config.interface'; export declare const DEFAULT_THEMES_CONFIG: IThemesConfig; export declare const THEMES_CONFIG_TOKEN = "ThemesConfig";