import { ModuleWithProviders } from '@angular/core';
import { LightboxConfig } from './lightbox.model';
export declare class LightboxModule {
    static withConfig(config: LightboxConfig): ModuleWithProviders;
}
