import type { ImgPreviewerOptions } from './type'; declare function ImgPreviewer(this: any, selector: string, options?: ImgPreviewerOptions): void; export default ImgPreviewer;