/// import type { Props as FieldProps } from '../Field'; import type { ValueType, IFormComponentProps } from '../FieldBase'; import type { Props as FieldLabelProps } from '../FieldLabel'; export declare type Props = Omit, 'label'> & Omit; declare const FieldWrapper: { (props: Props): JSX.Element; displayName: string; }; export default FieldWrapper; //# sourceMappingURL=FieldWrapper.d.ts.map