import { default as React } from 'react'; import { FormControlWrapperProps } from './IFormControl'; declare const FormControlWrapper: React.FC; export default FormControlWrapper;