import HTMLElement from '../nodes/html-element/HTMLElement.cjs'; import HTMLTemplateElement from '../nodes/html-template-element/HTMLTemplateElement.cjs'; import HTMLFormElement from '../nodes/html-form-element/HTMLFormElement.cjs'; import HTMLInputElement from '../nodes/html-input-element/HTMLInputElement.cjs'; import HTMLTextAreaElement from '../nodes/html-text-area-element/HTMLTextAreaElement.cjs'; import SVGSVGElement from '../nodes/svg-element/SVGSVGElement.cjs'; import SVGElement from '../nodes/svg-element/SVGElement.cjs'; import HTMLScriptElement from '../nodes/html-script-element/HTMLScriptElement.cjs'; import HTMLImageElement from '../nodes/html-image-element/HTMLImageElement.cjs'; import HTMLLinkElement from '../nodes/html-link-element/HTMLLinkElement.cjs'; import HTMLStyleElement from '../nodes/html-style-element/HTMLStyleElement.cjs'; import HTMLLabelElement from '../nodes/html-label-element/HTMLLabelElement.cjs'; import HTMLSlotElement from '../nodes/html-slot-element/HTMLSlotElement.cjs'; import HTMLMetaElement from '../nodes/html-meta-element/HTMLMetaElement.cjs'; import HTMLBaseElement from '../nodes/html-base-element/HTMLBaseElement.cjs'; import HTMLSelectElement from '../nodes/html-select-element/HTMLSelectElement.cjs'; import HTMLOptionElement from '../nodes/html-option-element/HTMLOptionElement.cjs'; import HTMLOptGroupElement from '../nodes/html-opt-group-element/HTMLOptGroupElement.cjs'; import HTMLDialogElement from '../nodes/html-dialog-element/HTMLDialogElement.cjs'; import HTMLButtonElement from '../nodes/html-button-element/HTMLButtonElement.cjs'; import HTMLAudioElement from '../nodes/html-audio-element/HTMLAudioElement.cjs'; import HTMLVideoElement from '../nodes/html-video-element/HTMLVideoElement.cjs'; import HTMLAnchorElement from '../nodes/html-anchor-element/HTMLAnchorElement.cjs'; import HTMLIFrameElement from '../nodes/html-iframe-element/HTMLIFrameElement.cjs'; declare const _default: { A: typeof HTMLAnchorElement; ABBR: typeof HTMLElement; ADDRESS: typeof HTMLElement; AREA: typeof HTMLElement; ARTICLE: typeof HTMLElement; ASIDE: typeof HTMLElement; AUDIO: typeof HTMLAudioElement; B: typeof HTMLElement; BASE: typeof HTMLBaseElement; BDI: typeof HTMLElement; BDO: typeof HTMLElement; BLOCKQUAOTE: typeof HTMLElement; BODY: typeof HTMLElement; TEMPLATE: typeof HTMLTemplateElement; FORM: typeof HTMLFormElement; INPUT: typeof HTMLInputElement; TEXTAREA: typeof HTMLTextAreaElement; SCRIPT: typeof HTMLScriptElement; IMG: typeof HTMLImageElement; LINK: typeof HTMLLinkElement; STYLE: typeof HTMLStyleElement; LABEL: typeof HTMLLabelElement; SLOT: typeof HTMLSlotElement; SVG: typeof SVGSVGElement; CIRCLE: typeof SVGElement; ELLIPSE: typeof SVGElement; LINE: typeof SVGElement; PATH: typeof SVGElement; POLYGON: typeof SVGElement; POLYLINE: typeof SVGElement; RECT: typeof SVGElement; STOP: typeof SVGElement; USE: typeof SVGElement; META: typeof HTMLMetaElement; BLOCKQUOTE: typeof HTMLElement; BR: typeof HTMLElement; BUTTON: typeof HTMLButtonElement; CANVAS: typeof HTMLElement; CAPTION: typeof HTMLElement; CITE: typeof HTMLElement; CODE: typeof HTMLElement; COL: typeof HTMLElement; COLGROUP: typeof HTMLElement; DATA: typeof HTMLElement; DATALIST: typeof HTMLElement; DD: typeof HTMLElement; DEL: typeof HTMLElement; DETAILS: typeof HTMLElement; DFN: typeof HTMLElement; DIALOG: typeof HTMLDialogElement; DIV: typeof HTMLElement; DL: typeof HTMLElement; DT: typeof HTMLElement; EM: typeof HTMLElement; EMBED: typeof HTMLElement; FIELDSET: typeof HTMLElement; FIGCAPTION: typeof HTMLElement; FIGURE: typeof HTMLElement; FOOTER: typeof HTMLElement; H1: typeof HTMLElement; H2: typeof HTMLElement; H3: typeof HTMLElement; H4: typeof HTMLElement; H5: typeof HTMLElement; H6: typeof HTMLElement; HEAD: typeof HTMLElement; HEADER: typeof HTMLElement; HGROUP: typeof HTMLElement; HR: typeof HTMLElement; HTML: typeof HTMLElement; I: typeof HTMLElement; IFRAME: typeof HTMLIFrameElement; INS: typeof HTMLElement; KBD: typeof HTMLElement; LEGEND: typeof HTMLElement; LI: typeof HTMLElement; MAIN: typeof HTMLElement; MAP: typeof HTMLElement; MARK: typeof HTMLElement; MATH: typeof HTMLElement; MENU: typeof HTMLElement; MENUITEM: typeof HTMLElement; METER: typeof HTMLElement; NAV: typeof HTMLElement; NOSCRIPT: typeof HTMLElement; OBJECT: typeof HTMLElement; OL: typeof HTMLElement; OPTGROUP: typeof HTMLOptGroupElement; OPTION: typeof HTMLOptionElement; OUTPUT: typeof HTMLElement; P: typeof HTMLElement; PARAM: typeof HTMLElement; PICTURE: typeof HTMLElement; PRE: typeof HTMLElement; PROGRESS: typeof HTMLElement; Q: typeof HTMLElement; RB: typeof HTMLElement; RP: typeof HTMLElement; RT: typeof HTMLElement; RTC: typeof HTMLElement; RUBY: typeof HTMLElement; S: typeof HTMLElement; SAMP: typeof HTMLElement; SECTION: typeof HTMLElement; SELECT: typeof HTMLSelectElement; SMALL: typeof HTMLElement; SOURCE: typeof HTMLElement; SPAN: typeof HTMLElement; STRONG: typeof HTMLElement; SUB: typeof HTMLElement; SUMMARY: typeof HTMLElement; SUP: typeof HTMLElement; TABLE: typeof HTMLElement; TBODY: typeof HTMLElement; TD: typeof HTMLElement; TFOOT: typeof HTMLElement; TH: typeof HTMLElement; THEAD: typeof HTMLElement; TIME: typeof HTMLElement; TITLE: typeof HTMLElement; TR: typeof HTMLElement; TRACK: typeof HTMLElement; U: typeof HTMLElement; UL: typeof HTMLElement; VAR: typeof HTMLElement; VIDEO: typeof HTMLVideoElement; WBR: typeof HTMLElement; }; export default _default; //# sourceMappingURL=ElementTag.d.ts.map