import type { Node } from 'slate'; import type { SlatePlugin } from '../types/SlatePlugin'; export declare const getTextContents: (nodes: Node[], options: { slatePlugins: SlatePlugin[]; }) => string[]; //# sourceMappingURL=getTextContent.d.ts.map