import { OnInit, ElementRef, Renderer2 } from '@angular/core'; export declare class AbsSkipContentDirective implements OnInit { private el; private renderer; focusListener: any; focusOutListener: any; containerZIndex: string; containerOpacity: string; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; focusHandler(e: any): void; focusOutHandler(e: any): void; }