import { TSnapshotDiff } from './snapshot-diff'; type TInspectorDiffViewProps = { diff: TSnapshotDiff | null; }; export declare function InspectorDiffView({ diff, }: TInspectorDiffViewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=InspectorDiffView.d.ts.map