import { ApplicationRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LightboxService {
    private applicationRef;
    private lightbox;
    private lightboxElement;
    constructor(applicationRef: ApplicationRef);
    create(): void;
    destroy(): void;
    /**
     * Returns the lightbox element.
     * This method is called after the lightbox is created.
     * @returns HTMLElement
     */
    getLightboxElement(): HTMLElement;
    static ɵfac: i0.ɵɵFactoryDeclaration<LightboxService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LightboxService>;
}
