import type { ComponentType } from "preact"; import type { Fixture } from "./fixtures.js"; /** One snapshot per fixture, so a refactor proves it changed no markup. */ export declare function snapshotFixtures(Component: ComponentType>, fixtures: Fixture[]): void; //# sourceMappingURL=snapshot.d.ts.map