import { type Dispatch, type SetStateAction } from "react"; import { type RenderMode } from "../../../../../types.js"; import { type IDashboardInsightMenuProps, type IInsightMenuSubmenu } from "../../types.js"; export declare function DashboardInsightMenuBody({ items, widget, insight, onClose, renderMode, setSubmenu }: IDashboardInsightMenuProps & { setSubmenu?: Dispatch>; renderMode: RenderMode; }): import("react/jsx-runtime").JSX.Element; export declare function DashboardInsightMenu(props: IDashboardInsightMenuProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map