import withLabel, { FormControlWithLabelProps } from './withLabel'; import FormControlLabel from './FormControlLabel'; export type { FormControlWithLabelProps }; export default FormControlLabel; export { withLabel };