import { EventEmitter } from '@angular/core'; import { LightboxService } from '../components'; export declare class LightboxDirective { private lightboxService; constructor(lightboxService: LightboxService); actionIcon: EventEmitter; closeOut: boolean; imageIcon: string; filesUrl: string[]; onClick($event: any): void; }