type DropdownMenuContextValue = { /** * The function to close the DropdownMenu. * This function is provided by the DropdownMenu component. */ closeMenuPopover?: () => void; }; export declare const useDropdownMenuContext: () => DropdownMenuContextValue; export declare const DropdownMenuProvider: import("react").Provider; export {};