import { ElementRef, ChangeDetectorRef } from '@angular/core'; import { FormControlGroupComponent } from './form-control-group.component'; export declare class FormControlLabelDirective { private elementRef; private fcg?; constructor(elementRef: ElementRef, cdRef: ChangeDetectorRef, fcg?: FormControlGroupComponent); classVCLFormControlLabel: boolean; readonly attrFor: string; readonly isDisabled: boolean; for?: string; _label?: string; onClick(event: Event): void; readonly label: string; }