import { Editor, Path } from 'slate'; import { AngularEditor } from 'slate-angular'; export declare const withSelection: (editor: T) => T; export declare const isInline: (editor: Editor, path?: Path) => boolean;