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