import { LabelHTMLAttributes } from 'react'; export interface LabelProps extends LabelHTMLAttributes { required?: boolean; } export declare const Label: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=Label.d.ts.map