import type ImageViewer from "./index.vue";

export type ImageViewerInstance = InstanceType<typeof ImageViewer>;
