import { EventEmitter } from '@angular/core'; import '@arclux/arc-ui/lightbox'; import type { ArcLightbox } from '@arclux/arc-ui/lightbox'; import * as i0 from "@angular/core"; export declare class Lightbox { private readonly _el; /** The element, for the methods it is driven by: show(), close(), next() and prev(). */ get element(): ArcLightbox; set images(value: unknown[]); get images(): unknown[]; set index(value: number); get index(): number; set open(value: boolean); get open(): boolean; indexChange: EventEmitter; _onArcChange(event: CustomEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }