import React from 'react'; /** * Provides ability for context menu to handle mouse clicks whose events have had * propogation stopped. * * When an event handler stops propogation of a click, it should call the * reportClick function so the adminContext menu knows to close. */ export default function ContextMenuProvider({ children }: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=context-menu-provider.d.ts.map