import { Editor } from "@tiptap/react"; export declare function useUploader(editor: Editor | null): { handleDragEnter: (e: any) => void; handleDragLeave: (e: any) => void; handleDragOver: (e: any) => void; handleDrop: (e: any) => void; }; //# sourceMappingURL=use-uploader.d.ts.map