/** * Gets the text content of a given node, including slotted content. * @param {Node} node The node for which to get text content. * @param {boolean} [trim = false] A value indicating whether to trim content. * @returns {string} The text content of `node`. */ export declare function getTextContent(node: Node, trim?: boolean): string; //# sourceMappingURL=getTextContent.d.ts.map