import { JSONSchema4 } from 'json-schema'; import { FunctionComponent } from 'react'; import { FieldProps } from '../../models/typings'; interface AnyOfFieldProps extends FieldProps { anyOf: JSONSchema4['anyOf']; } export declare const AnyOfField: FunctionComponent; export {}; //# sourceMappingURL=AnyOfField.d.ts.map