import { CurrentTheme, ThemeSystemOptions } from '../types'; /** * Applies color themes for both (dark and light) * * @param themeSystemOptions extra options for the themes * @param currentTheme the active theme */ export declare function applyThemes(themeSystemOptions: ThemeSystemOptions, currentTheme: CurrentTheme): void;