///
export type DropdownMenuRootContextValue = {
isOpen: boolean;
dropdownRootId: string;
onDropdownMenuTriggerClose: () => void;
};
export declare const DropdownMenuRootProvider: import("react").Provider, useDropdownMenuRootContext: () => DropdownMenuRootContextValue;
//# sourceMappingURL=DropdownMenuRoot.context.d.ts.map