/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectorRef, ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import { BooleanInput, VtsTSType } from '@ui-vts-kit/ng-vts/core/types'; import { VtsFormDirective } from './form.directive'; import * as i0 from "@angular/core"; export declare class VtsFormLabelComponent implements OnDestroy { private cdr; private vtsFormDirective; static ngAcceptInputType_vtsRequired: BooleanInput; static ngAcceptInputType_vtsNoColon: BooleanInput; vtsFor?: string; vtsRequired: boolean; set vtsNoColon(value: boolean); get vtsNoColon(): boolean; private noColon; vtsTooltipTitle?: VtsTSType; set vtsTooltipIcon(value: string); get tooltipIcon(): string; private _tooltipIcon; private destroy$; constructor(elementRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef, vtsFormDirective: VtsFormDirective); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }