import { type ReactNode } from "react"; interface IDashboardInsightMenuBubbleProps { onClose: () => void; isSubmenu?: boolean; children?: ReactNode; } export declare function DashboardInsightEditMenuBubble({ children, onClose, isSubmenu }: IDashboardInsightMenuBubbleProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=DashboardInsightEditMenuBubble.d.ts.map