import { AfterContentInit, AfterViewInit, OnInit } from '@angular/core'; import { SzHtmlLabelClickEvent } from '../../sz-html-controls/sz-html-label/model/SzHtmlLabelClickEvent'; import { SzHtmlLabelComponent } from '../../sz-html-controls/sz-html-label/sz-html-label.component'; import { DisabledInterface } from '../../utils/disabled.util'; import { OptionalInterface } from '../../validators/utils/optional-validator.util'; import * as i0 from "@angular/core"; export declare class SzHtmlFormLabelComponent extends SzHtmlLabelComponent implements DisabledInterface, OptionalInterface, OnInit, AfterContentInit, AfterViewInit { classSzHtmlLabel: boolean; optional: boolean; disabled: boolean; classSzHtmlFormLabel: boolean; ngOnInit(): void; ngAfterContentInit(): void; ngAfterViewInit(): void; onClickOnLabel(e: SzHtmlLabelClickEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }