import { Editor } from 'slate'; export declare const handleEntrySave: (editor: Editor, isPlugin?: boolean) => (event: any) => void; declare function useEntrySave(editor: Editor, isPlugin?: boolean): void; export default useEntrySave;