import { type VariantProps } from 'class-variance-authority'; export declare const selectTriggerVariants: (props?: ({ variant?: "outline" | null | undefined; size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectValueVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectIconVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const selectItemVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const selectItemLabelVariants: (props?: ({ size?: "small" | "default" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type SelectVariantProps = VariantProps; //# sourceMappingURL=styles.d.ts.map