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