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