import React, { ComponentPropsWithoutRef } from 'react'; export interface FormControlLabelProps extends ComponentPropsWithoutRef<'label'> { required?: boolean; } export declare const FormControlLabel: React.FC; //# sourceMappingURL=Label.d.ts.map