import * as SelectPrimitive from '@radix-ui/react-select'; declare const Select: import("react").FC; declare const SelectGroup: import("react").ForwardRefExoticComponent>; declare const SelectValue: import("react").ForwardRefExoticComponent>; declare const SelectTrigger: import("react").ForwardRefExoticComponent, "ref"> & { invalid?: boolean; label?: string; /** Label scale forwarded to FieldWrapper ('large' = text-h4 for designs with body-scale field titles) */ labelVariant?: "default" | "large"; error?: string; } & import("react").RefAttributes>; declare const SelectScrollUpButton: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SelectScrollDownButton: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SelectContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SelectLabel: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SelectItem: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; declare const SelectSeparator: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, }; //# sourceMappingURL=select.d.ts.map