import { default as Image } from './image.vue';
import { ComponentPublicInstance } from 'vue';
export { Image };
export { imageProps } from './props';
export type ImageExposed = ComponentPublicInstance & InstanceType<typeof Image>;
export type { ImageProps, ImageCProps } from './props';
export type { ImageObjectFit, ImageSkeletonProps, ImageSlots, ImageGroupSlots, ImageViewerSlots, } from './symbol';
