import type { App } from 'vue';
export type ImageInstance = typeof import('./index.vue').default;
export type { ImageProps, ImageToolType, ImageToolEntity } from './index.interface';
export { ImageModeEnum } from './index.interface';
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
