import { TEditor } from '@udecode/slate-plugins-core'; import { Location } from 'slate'; /** * See {@link Editor.string}. * If `at` is not defined, return an empty string. */ export declare const getText: (editor: TEditor, at?: Location | null | undefined) => string; //# sourceMappingURL=getText.d.ts.map