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