export declare const textNode: Text | {
    textContent: string;
    cloneNode: (_children: boolean) => any;
};
