import { GalleryOptions } from './photoswipe';
export declare abstract class PhotoGalleryConfig {
    defaultOptions?: GalleryOptions;
}
