import type { Editor as TiptapEditor } from '@tiptap/core'; declare const useEscapeKey: (isOpen: boolean, onClose: () => void, editor?: TiptapEditor) => void; export default useEscapeKey; //# sourceMappingURL=useEscapeKey.d.ts.map