import type { VariantProps } from "tailwind-variants";
export declare const comboBoxVariants: import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
            inputGroup: string;
        };
    };
}, {
    base: string;
    inputGroup: string;
    popover: string;
    trigger: string;
}, undefined, {
    fullWidth: {
        false: {};
        true: {
            base: string;
            inputGroup: string;
        };
    };
}, {
    base: string;
    inputGroup: string;
    popover: string;
    trigger: string;
}, import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
            inputGroup: string;
        };
    };
}, {
    base: string;
    inputGroup: string;
    popover: string;
    trigger: string;
}, undefined, unknown, unknown, undefined>>;
export type ComboBoxVariants = VariantProps<typeof comboBoxVariants>;
//# sourceMappingURL=combo-box.styles.d.ts.map