import * as React from "react"; import * as SelectPrimitive from "@radix-ui/react-select"; export declare const Select: { Root: React.FC; Group: React.ForwardRefExoticComponent>; Value: React.ForwardRefExoticComponent>; Trigger: React.ForwardRefExoticComponent, "ref"> & { icon?: React.ReactNode; } & React.RefAttributes>; Content: React.ForwardRefExoticComponent, "ref"> & { viewportClassName?: string; } & React.RefAttributes>; Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Item: React.ForwardRefExoticComponent, "ref"> & { tailCheck?: boolean; disabledCheck?: boolean; label?: string; } & React.RefAttributes>; Separator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; ItemText: React.ForwardRefExoticComponent>; }; //# sourceMappingURL=Select.d.ts.map