import { TextNode } from '../types'; export declare function createText(text: string): TextNode;