import { type ComponentType } from "react"; /** * @internal */ export interface IKpiDeleteDialogProps { isVisible: boolean; onDelete: () => void; onCancel: () => void; } /** * @internal */ export type CustomKpiDeleteDialogComponent = ComponentType; //# sourceMappingURL=types.d.ts.map