export declare class LightboxConfig { fadeDuration: number; resizeDuration: number; fitImageInViewPort: boolean; positionFromTop: number; showImageNumberLabel: boolean; alwaysShowNavOnTouchDevices: boolean; wrapAround: boolean; disableKeyboardNav: boolean; disableScrolling: boolean; centerVertically: boolean; enableTransition: boolean; albumLabel: string; constructor(); }