export default class Theme { value: string; init(): void; switch(): void; set(theme: string): string; get(): string; }