import { Element } from "parse5"; import { ParserOptions } from "../types"; export declare const textContent: (node: Element, options: ParserOptions) => string; export declare const impliedTextContent: (node: Element, options: ParserOptions) => string; export declare const relTextContent: (node: Element, options: ParserOptions) => string;