import { TEditor } from '@udecode/slate-plugins-core'; import { Path } from 'slate'; export declare const isTextByPath: (editor: TEditor, path: Path) => boolean; //# sourceMappingURL=isTextByPath.d.ts.map