import { ILightboxOptions } from '../core/Lightbox/types'; import { Id } from '../types'; /** * open new lightbox overlay * @returns lightboxId. If the container is not mounted or modal is duplicate returns `null` * @example * const lightboxId = await pushLightbox({slides: [...]}); */ export default function (options?: ILightboxOptions): Promise; //# sourceMappingURL=pushLightbox.d.ts.map