/// import { SelectContent } from './select-content'; import { SelectItem } from './select-item'; import { SelectGroup, SelectLabel, SelectSeparator } from './select-misc'; import { SelectTrigger } from './select-trigger'; import { SelectValue } from './select-value'; export declare const Select: { (props: import("./select-root").SelectRootProps): import("react/jsx-runtime").JSX.Element; displayName: string; } & { Group: typeof SelectGroup; Value: typeof SelectValue; ScrollUpArrow: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; ScrollDownArrow: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; List: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; Trigger: typeof SelectTrigger; Content: typeof SelectContent; Item: typeof SelectItem; Separator: typeof SelectSeparator; Label: typeof SelectLabel; }; //# sourceMappingURL=select.d.ts.map