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