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