import React from 'react'; import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu'; interface SubContentProps extends React.ComponentPropsWithoutRef { onOpenAutoFocus?: (event: Event) => void; } type ItemGroupProps = React.PropsWithChildren<{ label?: React.ReactNode; }>; export declare const DropdownMenu: ((props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element) & { Content: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; SubContent: React.ForwardRefExoticComponent>; CheckboxItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; RadioGroup: React.ForwardRefExoticComponent>; RadioItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Trigger: React.ForwardRefExoticComponent>; SubTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Separator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Item: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; ItemIndicator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Sub: React.FC; Arrow: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Portal: React.FC; LeadingVisual: React.ForwardRefExoticComponent & React.RefAttributes>; TrailingVisual: React.ForwardRefExoticComponent & React.RefAttributes>; ItemGroup: React.FC; }; export {}; //# sourceMappingURL=DropdownMenu.d.ts.map