import React from 'react'; import PatchEvent from '../../PatchEvent'; declare type Props = { fieldNames: string[]; value?: Record; onChange?: (event: PatchEvent) => void; readOnly?: boolean; }; export declare function UnknownFields(props: Props): React.JSX.Element; export {}; //# sourceMappingURL=UnknownFields.d.ts.map