import { HTMLProps } from 'react';
import { SimpleTextProps } from '../text/SimpleText';
export declare type LabelProps = SimpleTextProps & HTMLProps;
export declare const Label: import("gloss").GlossView & Omit & Omit> & import("gloss/_/types").GlossBaseProps & {
[key: string]: any;
} & HTMLProps, import("gloss").GlossProps & Omit & Omit> & import("gloss/_/types").GlossBaseProps & {
[key: string]: any;
} & HTMLProps>>;
//# sourceMappingURL=Label.d.ts.map