import { type ReactElement } from "react"; import { type IInsight } from "@gooddata/sdk-model"; import { type IDashboardInsightProps } from "./types.js"; /** * @internal */ export declare function DashboardInsight(props: Omit & { insight?: IInsight; }): ReactElement; //# sourceMappingURL=DashboardInsight.d.ts.map