export declare namespace ThemeJSON { interface IThemeJSON { light?: { [key: string]: string; }; dark?: { [key: string]: string; }; } }