export declare class ToggleThemeUtil { /** * Toggle themes // could probably add themes to local storage * * @param classList classlist that holds the theme class * * @param val theme to change to */ static Toggle(classList: DOMTokenList, val: string): string; }