import { type ReactElement } from "react"; import { type IDashboardInsightProps } from "../types.js"; export declare function ExportModeDashboardInsight(props: IDashboardInsightProps): ReactElement; //# sourceMappingURL=ExportModeDashboardInsight.d.ts.map