import { ModuleWithProviders } from '@angular/core';
import { GalleryConfig } from './models/config.model';
export declare class GalleryModule {
    static withConfig(config: GalleryConfig): ModuleWithProviders;
}
