import { FormControlLabelTypeMap } from "./FormControlLabelProps"; export declare const FormControlLabelRoot: import("@suid/system/createStyled").StyledComponent<"label", import("@suid/types").OverridableInProps>>; /** * Drop-in replacement of the `Radio`, `Switch` and `Checkbox` component. * Use this component if you want to display an extra label. * * Demos: * * - [Checkboxes](https://mui.com/components/checkboxes/) * - [Radio Buttons](https://mui.com/components/radio-buttons/) * - [Switches](https://mui.com/components/switches/) * * API: * * - [FormControlLabel API](https://mui.com/api/form-control-label/) */ declare const FormControlLabel: import("@suid/types").OverridableComponent>; export default FormControlLabel; //# sourceMappingURL=FormControlLabel.d.ts.map