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