import { ProSettings } from './pure-settings'; export type DefaultSettings = Partial & { language?: string; siderBgColor?: string; headerBgColor?: string; textColor?: string; theme?: string; themeType?: string; extensionName?: string; }; //# sourceMappingURL=default-settings.d.ts.map