/// /// import { ISnapshot } from "unmock"; declare const Test: ({ assertionResult, snapshots }: { assertionResult: jest.AssertionResult; snapshots: ISnapshot[]; }) => JSX.Element; export default Test; //# sourceMappingURL=test.d.ts.map