import { LabelHTMLAttributes } from 'react'; import { BaseComponentProps, Size } from '../../../types'; import './Label.css'; export interface LabelProps extends BaseComponentProps, Omit, 'className' | 'style'> { size?: Size; required?: boolean; disabled?: boolean; } export declare const Label: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=Label.d.ts.map