import type { IntegrationThemeId, themePresets } from '@scalar/themes'; type ThemePresets = typeof themePresets; type Themes = Exclude; export declare const getThemeColors: (themeId: Themes | "none") => { light: string; dark: string; accent: string; }; export {}; //# sourceMappingURL=get-theme-colors.d.ts.map