/// <reference types="react" />
import { Control } from 'react-hook-form';
import { FieldComponents, FieldConfig } from '@tutim/types';
export declare const getField: (control: Control, fieldComponents: FieldComponents) => (fieldConfig: FieldConfig) => JSX.Element;
