import type { InputVariant } from '../input/input'; import type { Size } from '../../types'; export declare const select: { placeholder: string; default: { size: Size; color: "inherit" | "current" | "transparent" | "black" | "white" | "rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "gray" | "slate" | "zinc" | "neutral" | "stone" | "light" | "dark" | "lightblue" | "lightBlue" | "warmgray" | "warmGray" | "truegray" | "trueGray" | "coolgray" | "coolGray" | "bluegray" | "blueGray" | "fluo" | "pilot" | "primary" | "bronze" | "silver" | "gold" | "mauve" | "kaki" | "success" | "danger"; variant: "white" | InputVariant; loadingIcon: string; trailingIcon: string; }; wrapper: string; base: string; rounded: Record; size: Record; gap: Record; padding: Record; leading: { padding: Record; }; trailing: { padding: Record; }; color: Record<"white", Partial>>; variant: Record; icon: { base: string; active: string; inactive: string; color: string; size: Record; leading: { wrapper: string; pointer: string; padding: Record; }; trailing: { wrapper: string; pointer: string; padding: Record; }; }; };