import type { VariantProps } from "tailwind-variants";
export declare const selectVariants: import("tailwind-variants").TVReturnType<{
    fullWidth: {
        false: {};
        true: {
            base: string;
            trigger: string;
        };
    };
    variant: {
        primary: {
            base: string;
        };
        secondary: {
            base: string;
        };
    };
}, {
    base: 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;
    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;
    indicator: string;
    popover: string;
    trigger: string;
    value: string;
}, undefined, unknown, unknown, undefined>>;
export type SelectVariants = VariantProps<typeof selectVariants>;
//# sourceMappingURL=select.styles.d.ts.map