importReactfrom'react';
import { FormControlLabelProps } from'./FormControlLabel.types';
/**
* Used for displaying an extra label on form control components (Radio, Switch and Checkbox)
*/declareconstFormControlLabel: React.FC<FormControlLabelProps>;
exportdefaultFormControlLabel;