import { ElementRef } from '@angular/core'; export declare class AppTagService { private el; constructor(el: ElementRef); getAttribute(attribute: string): string; }