/// <reference types="react" />
import { IRenderField } from "../../constants/common-interface";
declare function FormControlType(props: any): JSX.Element;
export declare function FormControl({ theme, props, cField, sync }: {
    theme: string;
    props: IRenderField;
    cField: any;
    sync: Function;
}): JSX.Element;
export default FormControlType;
