import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { ControlIdService } from './providers/control-id.service'; import { LayoutService } from './providers/layout.service'; import { NgControlService } from './providers/ng-control.service'; import * as i0 from "@angular/core"; export declare class ClrLabel implements OnInit, OnDestroy { private controlIdService; private layoutService; private ngControlService; private renderer; private el; idInput: string; idAttr: string; forAttr: string; private signpost; private enableGrid; private subscriptions; constructor(controlIdService: ControlIdService, layoutService: LayoutService, ngControlService: NgControlService, renderer: Renderer2, el: ElementRef); get labelText(): string; ngOnInit(): void; ngOnDestroy(): void; disableGrid(): void; /** * Allowing signposts inside labels to work without disabling default behavior.