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