import { type ImageEditorSnapshot } from '@uppy/components'; import type { UppyFile } from '@uppy/core'; import { type ChangeEvent, type SyntheticEvent } from 'react'; type ImageEditorProps = { file: UppyFile; }; type ImageLoadEvent = Event & SyntheticEvent; type SliderChangeEvent = Event & ChangeEvent; export declare function useImageEditor(props: ImageEditorProps): ImageEditorSnapshot; export {}; //# sourceMappingURL=useImageEditor.d.ts.map