/** * get block element's text content. * @param rootNode Root node that the get the textContent of. * @returns text content of given text content. */ export default function getTextContent(rootNode: Node): string;