import { ReactElement } from 'react';
import { TChildWrapperProps } from '@react/types';
declare const Field: ({ children, component, wrapper, propsMapping, formId, onMount, onChange, onFocus, onBlur, onClick, onRehydrate, afterApiCall, }: TChildWrapperProps) => ReactElement | null;
export default Field;
