import { Registry } from '@rjsf/utils'; /** Use for react testing library tests where we directly test the component rather than testing inside a Form */ export default function getTestRegistry(rootSchema: Registry['rootSchema'], fields?: Registry['fields'], templates?: Partial, widgets?: Registry['widgets'], formContext?: Registry['formContext'], globalFormOptions?: Registry['globalFormOptions']): Registry; //# sourceMappingURL=getTestRegistry.d.ts.map