import { ElementRef, Renderer } from '@angular/core'; export declare class Label { constructor(el: ElementRef, renderer: Renderer); }