/// <reference types="react" />
import { IFormControlProps } from 'native-base';
export declare const FormControl: (props: IFormControlProps) => JSX.Element;
