import { ImageItem } from './type'; export declare function showGallery(images: ImageItem[], current?: number): void;