import { ReactNode } from "react";
interface Props {
    children: ReactNode;
}
declare const MilkdropContextMenu: (props: Props) => import("react/jsx-runtime").JSX.Element;
export default MilkdropContextMenu;
