export declare const defaultConfig: {
    masonry: boolean;
    masonryMaxHeight: number;
    masonryGutter: number;
    loop: boolean;
    index: number;
    backgroundOpacity: number;
    counter: boolean;
    lightboxMaxHeight: string;
    lightboxMaxWidth: string;
    animationDuration: number;
};
