/// import { type FormControlLabelProps } from './types'; export declare const FormControlLabel: (props: FormControlLabelProps) => JSX.Element;