import { ParentNode } from '../types'; export declare function textContent(node: ParentNode): string;