import { Image, ImageProps } from './image.type'; declare const showGallery: (jssStyle: ImageProps['jssStyle'], images: Image | Image[], current?: number, containerClass?: string) => void; export default showGallery; //# sourceMappingURL=image-event.d.ts.map