import { default as React } from 'react'; import { FormControlLabelWrapperProps } from './IFormControlLabelProps'; declare const FormControlLabelWrapper: React.FC; export default FormControlLabelWrapper;