import * as RadixDropdownMenu from '@radix-ui/react-dropdown-menu'; import { PropsWithChildren } from 'react'; export type ItemProps = PropsWithChildren; export declare const Item: import("react").ForwardRefExoticComponent>;