import { type ImageEditorSnapshot } from '@uppy/components'; import type { UppyFile } from '@uppy/core'; import { type ShallowRef } from 'vue'; type ImageEditorProps = { file: UppyFile; }; export declare function useImageEditor(props: ImageEditorProps): ShallowRef; export {}; //# sourceMappingURL=useImageEditor.d.ts.map