/** Trigger button — the closed combobox control. */ export { formControlTriggerVariants as comboboxTriggerVariants } from "../html/trigger.js"; /** Popover dropdown panel that hosts the search input and option list. */ export declare const comboboxContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; /** A single option row inside the listbox. */ export declare const comboboxOptionVariants: (props?: ({ disabled?: boolean | null | undefined; selected?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map