import * as React from 'react'; import { IFormControlLabelProps } from './FormControlLabel.props'; export { IFormControlLabelProps } from './FormControlLabel.props'; export declare const FormControlLabel: React.ForwardRefExoticComponent & React.RefAttributes>; export default FormControlLabel;