declare const _default: { themeSettings: ({ scope: string[]; settings: { foreground: string; fontStyle?: undefined; }; name?: undefined; } | { scope: string; settings: { fontStyle: string; foreground?: undefined; }; name?: undefined; } | { scope: string; settings: { foreground: string; fontStyle?: undefined; }; name?: undefined; } | { scope: string; settings: { fontStyle: string; foreground: string; }; name?: undefined; } | { name: string; scope: string; settings: { foreground: string; fontStyle?: undefined; }; } | { name: string; scope: string[]; settings: { foreground: string; fontStyle?: undefined; }; })[]; colors: { 'editor.background': string; 'editor.foreground': string; 'editor.inactiveSelectionBackground': string; 'editorIndentGuide.background': string; 'editorIndentGuide.activeBackground': string; 'editor.selectionHighlightBackground': string; 'list.dropBackground': string; 'activityBarBadge.background': string; 'sideBarTitle.foreground': string; 'input.placeholderForeground': string; 'settings.textInputBackground': string; 'settings.numberInputBackground': string; 'menu.background': string; 'menu.foreground': string; 'statusBarItem.remoteForeground': string; 'statusBarItem.remoteBackground': string; }; encodedTokensColors: never[]; rules: never[]; base: string; inherit: boolean; hasDefaultTokens: boolean; id: string; name: string; }; export default _default; //# sourceMappingURL=default-theme.d.ts.map