export declare const theme_dark: { name: string; settings: ({ settings: { foreground: string; background: string; fontStyle?: undefined; }; name?: undefined; scope?: undefined; } | { scope: string[]; settings: { background?: undefined; foreground: string; fontStyle?: undefined; }; name?: undefined; } | { scope: string; settings: { background?: undefined; fontStyle: string; foreground?: undefined; }; name?: undefined; } | { scope: string; settings: { background?: undefined; foreground: string; fontStyle?: undefined; }; name?: undefined; } | { scope: string; settings: { background?: undefined; fontStyle: string; foreground: string; }; name?: undefined; } | { name: string; scope: string; settings: { background?: undefined; fontStyle?: undefined; foreground: string; }; } | { name: string; scope: string[]; settings: { background?: undefined; fontStyle?: undefined; foreground: string; }; })[]; };