import { ReportFixtureEntry } from '../report/ScreenshotReport.js'; import { ReportModel } from '../report/ReportModel.js'; import * as React from 'react'; export interface ReportFixtureItem { readonly fixtureId: string; readonly name: string; readonly path: string; readonly entry: ReportFixtureEntry; } export declare const ReportComparisonRow: React.ComponentType; path: import('@vscode/observables-react').IPropertyTransformerFactory; items: import('@vscode/observables-react').IPropertyTransformerFactory; reportModel: import('@vscode/observables-react').IPropertyTransformerFactory; }>>; //# sourceMappingURL=ReportComparisonRow.d.ts.map