import { ElementRef, OnInit, OnDestroy, Renderer2 } from '@angular/core'; import { SubscriptionLike } from 'rxjs'; import { Lightbox } from './lightbox.service'; import * as i0 from "@angular/core"; export declare class LightboxDirective implements OnInit, OnDestroy { private _lightbox; private _el; private _renderer; clickEvent: SubscriptionLike; index: number; id: string; constructor(_lightbox: Lightbox, _el: ElementRef, _renderer: Renderer2); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }