import { BaseEditor } from 'slate'; import { ReactEditor } from 'slate-react'; import type { GalleryOptions } from './types'; export declare const useGallery: (editor: Editor, options?: GalleryOptions) => Editor;