import { default as Image } from './Image.vue'; import { default as ImageViewer } from './ImageViewer.vue'; export { Image as VxImage }; export { ImageViewer as VxImageViewer }; export { imageProps, imageEmits, imageViewerProps, imageViewerEmits } from './image'; export type { ImageProps, ImageViewerProps, ImageViewerItem, ImageFit } from './image';