import { type DropdownMenuContainerProps } from './DropdownMenuContainer.types'; /** * The root component for the dropdown menu. * Put the `DropdownMenuItem` or `DropdownMenuDivider` components inside this component. */ export declare const DropdownMenuContainer: import("react").ForwardRefExoticComponent>;