import { InferenceDiagnostics, BenchmarkApiResponse } from '../../model/types.js'; interface Props { open: boolean; diagnostics: InferenceDiagnostics | null; benchmark: BenchmarkApiResponse | null; onContinue: () => void; } export declare function DiagnosticInterceptor({ open, diagnostics, benchmark, onContinue }: Props): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=DiagnosticInterceptor.d.ts.map