import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { SkipLinkService } from '../service/skip-link.service'; import * as i0 from "@angular/core"; export declare class SkipLinkDirective implements OnInit, OnDestroy { protected elementRef: ElementRef; protected skipLinkService: SkipLinkService; cxSkipLink: string; constructor(elementRef: ElementRef, skipLinkService: SkipLinkService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }