import type { Element } from 'slate'; export declare function isContainingTextNodes(element: Element): boolean;