import { WrapperGS } from '../core/WrapperGS'; export declare class LabelGS extends WrapperGS { static ForHTMLElement(el: HTMLElement): boolean; constructor(el: HTMLLabelElement | string); get htmlFor(): string; set htmlFor(value: string); get control(): WrapperGS | undefined; }