import type { VariantProps } from "tailwind-variants";
export declare const autocompleteVariants: import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
            trigger: string;
        };
    };
    variant: {
        primary: {
            base: string;
        };
        secondary: {
            base: string;
        };
    };
}, {
    base: string;
    clearButton: string;
    filter: string;
    indicator: string;
    popover: string;
    trigger: string;
    value: string;
}, undefined, {
    fullWidth: {
        false: {};
        true: {
            base: string;
            trigger: string;
        };
    };
    variant: {
        primary: {
            base: string;
        };
        secondary: {
            base: string;
        };
    };
}, {
    base: string;
    clearButton: string;
    filter: string;
    indicator: string;
    popover: string;
    trigger: string;
    value: string;
}, import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
            trigger: string;
        };
    };
    variant: {
        primary: {
            base: string;
        };
        secondary: {
            base: string;
        };
    };
}, {
    base: string;
    clearButton: string;
    filter: string;
    indicator: string;
    popover: string;
    trigger: string;
    value: string;
}, undefined, unknown, unknown, undefined>>;
export type AutocompleteVariants = VariantProps<typeof autocompleteVariants>;
//# sourceMappingURL=autocomplete.styles.d.ts.map