import { DaemonModel } from '../daemon/index.js'; import * as React from 'react'; /** * Displays a single screenshot from the daemon, with loading/error states. * Re-fetches automatically when the session's sourceTreeId changes. */ export declare const FixtureScreenshotView: React.ComponentType<{ fixtureId: string; sessionName: string; daemon: DaemonModel; } & {} & {} & {}>; //# sourceMappingURL=FixtureScreenshotView.d.ts.map