import { GeistUIThemesPalette } from "../themes/presets"; import { NormalTypes } from "../utils/prop-types"; export type SelectColor = { bg: string; }; export declare const getColors: (palette: GeistUIThemesPalette, status?: NormalTypes) => SelectColor;