export default class ImageViewer { static show(list: string[], initialIndex?: number, hasDots?: boolean): void; }