export declare function tuiElementFromString(value: any): HTMLElement; export declare function tuiExtractElement(node: Node): void; export declare function tuiUnwrapElement(node: Node): void; export declare function tuiEscapeHTML(value?: string): string;