import { type ReactElement } from "react"; import { type IDashboardInsightMenuProps } from "./types.js"; /** * @internal */ export declare function DashboardInsightMenu(props: IDashboardInsightMenuProps): ReactElement; //# sourceMappingURL=DashboardInsightMenu.d.ts.map