import type { Palette } from './palette.types'; import { type ThemeColors } from './theme.types'; export declare const getPalette: (themeColros: ThemeColors) => Palette; //# sourceMappingURL=get-palette.d.ts.map