declare function createElement(tagName: K, options?: ElementCreationOptions): HTMLElementTagNameMap[K]; declare function createElement(tagName: K, options?: ElementCreationOptions): HTMLElementDeprecatedTagNameMap[K]; declare function createElement(tagName: string, options?: ElementCreationOptions): HTMLElement; export default createElement;