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