export declare class ThemeIcon { static File: ThemeIcon; static Folder: ThemeIcon; readonly id: string; readonly color?: ThemeColor; constructor(id: string, color?: ThemeColor); static isThemeIcon(thing: unknown): boolean; } export declare class ThemeColor { id: string; constructor(id: string); } //# sourceMappingURL=themes.d.ts.map