import { default as React } from 'react'; import * as RadixSelect from '@radix-ui/react-select'; export type ItemProps = React.ComponentPropsWithoutRef & {}; export declare const Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>;