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