import { CurrentTheme } from '../types'; /** * Applies code themes for both (dark and light) * * @param currentTheme the active theme */ export declare function applyCodeThemes(currentTheme: CurrentTheme): void;