import { AttrsMap, ElementNode } from '../types'; export declare function createElement(tagName?: string, attrsMap?: AttrsMap): ElementNode;