import { TemplateRef, ElementRef, Renderer2, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NglFormLabel implements OnInit { private element; private renderer; label: string | TemplateRef; klass: string; required: boolean; constructor(element: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }