import { ISuperNode, ISuperElement, ISuperNodeList, ISuperDocument } from '../../base/interfaces/super'; import { IGetRootNodeOptions } from '../../base/interfaces/official'; import { ISuperNodeProperties } from '../../base/super-klasses/SuperNode'; export declare const getState: (instance: ISuperNode) => ISuperNodeProperties, setState: (instance: ISuperNode, properties: Partial) => void; declare const SuperNodeBaseClass: { new (): { [index: number]: ISuperElement; readonly ATTRIBUTE_NODE: number; readonly CDATA_SECTION_NODE: number; readonly COMMENT_NODE: number; readonly DOCUMENT_FRAGMENT_NODE: number; readonly DOCUMENT_NODE: number; readonly DOCUMENT_POSITION_CONTAINED_BY: number; readonly DOCUMENT_POSITION_CONTAINS: number; readonly DOCUMENT_POSITION_DISCONNECTED: number; readonly DOCUMENT_POSITION_FOLLOWING: number; readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number; readonly DOCUMENT_POSITION_PRECEDING: number; readonly DOCUMENT_TYPE_NODE: number; readonly ELEMENT_NODE: number; readonly ENTITY_NODE: number; readonly ENTITY_REFERENCE_NODE: number; readonly NOTATION_NODE: number; readonly PROCESSING_INSTRUCTION_NODE: number; readonly TEXT_NODE: number; readonly baseURI: Promise; readonly childNodes: ISuperNodeList; readonly firstChild: ISuperNode; readonly isConnected: Promise; readonly lastChild: ISuperNode; readonly nextSibling: ISuperNode; readonly nodeName: Promise; readonly nodeType: Promise; readonly nodeValue: Promise; readonly ownerDocument: ISuperDocument; readonly parentElement: ISuperElement; readonly parentNode: ISuperNode; readonly previousSibling: ISuperNode; readonly textContent: Promise; compareDocumentPosition(other: import("../../base/interfaces/isolate").INodeIsolate): Promise; contains(other: import("../../base/interfaces/isolate").INodeIsolate | null): Promise; getRootNode(options?: IGetRootNodeOptions | undefined): ISuperNode; hasChildNodes(): Promise; isDefaultNamespace(namespace: string | null): Promise; isEqualNode(otherNode: import("../../base/interfaces/isolate").INodeIsolate | null): Promise; isSameNode(otherNode: import("../../base/interfaces/isolate").INodeIsolate | null): Promise; lookupNamespaceURI(prefix: string | null): Promise; lookupPrefix(namespace: string | null): Promise; normalize(): Promise; then(onfulfilled?: ((value: ISuperNode) => TResult1 | PromiseLike) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike) | null | undefined): Promise; readonly localName: Promise; readonly name: Promise; readonly namespaceURI: Promise; readonly ownerElement: ISuperElement; readonly prefix: Promise; readonly specified: Promise; readonly value: Promise | Promise; readonly data: Promise; readonly length: Promise; substringData(offset: number, count: number): Promise; readonly URL: Promise; readonly anchors: import("../../base/interfaces/super").ISuperHTMLCollection; readonly body: import("../../base/interfaces/super").ISuperHTMLElement; readonly characterSet: Promise; readonly compatMode: Promise; readonly contentType: Promise; readonly cookie: Promise; readonly designMode: Promise; readonly dir: Promise; readonly doctype: import("../../base/interfaces/official").IDocumentType; readonly documentElement: ISuperElement; readonly documentURI: Promise; readonly domain: Promise; readonly embeds: import("../../base/interfaces/super").ISuperHTMLCollection; readonly featurePolicy: import("../../base/interfaces/official").IFeaturePolicy; readonly forms: import("../../base/interfaces/super").ISuperHTMLCollection; readonly fullscreenEnabled: Promise; readonly head: import("../../base/interfaces/official").IHTMLHeadElement; readonly hidden: Promise; readonly images: import("../../base/interfaces/super").ISuperHTMLCollection; readonly implementation: import("../../base/interfaces/official").IDOMImplementation; readonly lastModified: Promise; readonly links: import("../../base/interfaces/super").ISuperHTMLCollection; readonly location: import("../../base/interfaces/official").ILocation; readonly plugins: import("../../base/interfaces/super").ISuperHTMLCollection; readonly readyState: Promise | Promise; readonly referrer: Promise; readonly scripts: import("../../base/interfaces/super").ISuperHTMLCollection; readonly scrollingElement: ISuperElement; readonly title: Promise; readonly visibilityState: Promise; exitFullscreen(): Promise; exitPointerLock(): Promise; getElementsByClassName: ((classNames: string) => import("../../base/interfaces/super").ISuperHTMLCollection) & ((classNames: string) => import("../../base/interfaces/super").ISuperHTMLCollection); getElementsByName(elementName: string): ISuperNodeList; getElementsByTagName: ((qualifiedName: string) => import("../../base/interfaces/super").ISuperHTMLCollection) & ((qualifiedName: string) => import("../../base/interfaces/super").ISuperHTMLCollection); getElementsByTagNameNS: ((namespace: string | null, localName: string) => import("../../base/interfaces/super").ISuperHTMLCollection) & ((namespace: string | null, localName: string) => import("../../base/interfaces/super").ISuperHTMLCollection); hasFocus(): Promise; readonly activeElement: ISuperElement; readonly fullscreenElement: ISuperElement; readonly pointerLockElement: ISuperElement; caretPositionFromPoint(x: number, y: number): import("../../base/interfaces/official").ICaretPosition; elementFromPoint(x: number, y: number): ISuperElement; getSelection(): import("../../base/interfaces/official").ISelection; readonly publicId: Promise; readonly systemId: Promise; readonly style: import("../../base/interfaces/official").ICSSStyleDeclaration; readonly contentEditable: Promise; readonly isContentEditable: Promise; readonly attributes: import("../../base/interfaces/official").INamedNodeMap; readonly classList: import("../../base/interfaces/official").IDOMTokenList; readonly className: Promise; readonly clientHeight: Promise; readonly clientLeft: Promise; readonly clientTop: Promise; readonly clientWidth: Promise; readonly id: Promise; readonly innerHTML: Promise; readonly outerHTML: Promise; readonly part: import("../../base/interfaces/official").IDOMTokenList; readonly scrollHeight: Promise; readonly scrollLeft: Promise; readonly scrollTop: Promise; readonly scrollWidth: Promise; readonly shadowRoot: import("../../base/interfaces/official").IShadowRoot; readonly slot: Promise; readonly tagName: Promise; closest(selectors: string): ISuperElement; getAttribute(qualifiedName: string): Promise; getAttributeNS(namespace: string | null, localName: string): Promise; getAttributeNames(): Promise>; getAttributeNode(qualifiedName: string): Promise; getAttributeNodeNS(namespace: string | null, localName: string): Promise; getBoundingClientRect(): Promise; getClientRects(): Promise; hasAttribute(qualifiedName: string): Promise; hasAttributeNS(namespace: string | null, localName: string): Promise; hasAttributes(): Promise; hasPointerCapture(pointerId: number): Promise; matches(selectors: string): Promise; requestFullscreen(options?: import("../../base/interfaces/official").IFullscreenOptions | undefined): Promise; requestPointerLock(): Promise; scrollIntoView(arg?: boolean | import("../../base/interfaces/official").IScrollIntoViewOptions | undefined): Promise; readonly download: Promise; readonly hreflang: Promise; readonly referrerPolicy: Promise; readonly rel: Promise; readonly relList: import("../../base/interfaces/official").IDOMTokenList; readonly target: Promise; readonly text: Promise; readonly type: Promise; readonly alt: Promise; readonly coords: Promise; readonly noHref: Promise; readonly shape: Promise; readonly href: Promise; readonly aLink: Promise; readonly background: Promise; readonly bgColor: Promise; readonly link: Promise; readonly vLink: Promise; readonly autofocus: Promise; readonly disabled: Promise; readonly form: import("../../base/interfaces/official").IHTMLFormElement; readonly formAction: Promise; readonly formEnctype: Promise; readonly formMethod: Promise; readonly formNoValidate: Promise; readonly formTarget: Promise; readonly labels: ISuperNodeList; readonly validationMessage: Promise; readonly validity: Promise; readonly willValidate: Promise; checkValidity: (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise); reportValidity: (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise) & (() => Promise); readonly height: Promise | Promise; readonly width: Promise | Promise; captureStream: ((frameRequestRate?: number | undefined) => import("../../base/interfaces/official").IMediaStream) & (() => import("../../base/interfaces/official").IMediaStream); toDataURL(type?: string | undefined, quality?: any): Promise; transferControlToOffscreen(): import("../../base/interfaces/official").IOffscreenCanvas; readonly compact: Promise; readonly options: Promise | import("../../base/interfaces/official").IHTMLOptionsCollection; readonly open: Promise; readonly returnValue: Promise; close(returnValue?: string | undefined): Promise; show(): Promise; showModal(): Promise; readonly align: Promise; readonly accessKey: Promise; readonly autoCapitalize: Promise; readonly draggable: Promise; readonly inert: Promise; readonly innerText: Promise; readonly lang: Promise; readonly offsetHeight: Promise; readonly offsetLeft: Promise; readonly offsetParent: ISuperElement; readonly offsetTop: Promise; readonly offsetWidth: Promise; readonly spellcheck: Promise; readonly translate: Promise; click(): Promise; readonly src: Promise; readonly elements: import("../../base/interfaces/super").ISuperHTMLCollection; readonly color: Promise; readonly face: Promise; readonly size: Promise | Promise; readonly acceptCharset: Promise; readonly action: Promise; readonly autocomplete: Promise; readonly encoding: Promise; readonly enctype: Promise; readonly noValidate: Promise; reset(): Promise; submit(): Promise; readonly contentDocument: ISuperDocument; readonly frameBorder: Promise; readonly longDesc: Promise; readonly marginHeight: Promise; readonly marginWidth: Promise; readonly noResize: Promise; readonly scrolling: Promise; readonly cols: Promise | Promise; readonly rows: Promise | Promise | import("../../base/interfaces/super").ISuperHTMLCollection; readonly version: Promise; readonly hash: Promise; readonly host: Promise | ISuperElement; readonly hostname: Promise; readonly origin: Promise; readonly password: Promise; readonly pathname: Promise; readonly port: Promise; readonly protocol: Promise; readonly search: Promise; readonly username: Promise; toString: (() => string) & (() => Promise); readonly allow: Promise; readonly allowFullscreen: Promise; readonly allowPaymentRequest: Promise; readonly csp: Promise; readonly sandbox: import("../../base/interfaces/official").IDOMTokenList; readonly srcdoc: Promise; readonly complete: Promise; readonly crossOrigin: Promise; readonly currentSrc: Promise; readonly decoding: Promise; readonly isMap: Promise; readonly naturalHeight: Promise; readonly naturalWidth: Promise; readonly sizes: Promise | import("../../base/interfaces/official").IDOMTokenList; readonly srcset: Promise; readonly useMap: Promise; readonly x: Promise; readonly y: Promise; decode(): Promise; readonly accept: Promise; readonly checked: Promise; readonly defaultChecked: Promise; readonly defaultValue: Promise; readonly dirName: Promise; readonly files: import("../../base/interfaces/official").IFileList; readonly indeterminate: Promise; readonly inputMode: Promise; readonly list: import("../../base/interfaces/super").ISuperHTMLElement; readonly max: Promise | Promise; readonly maxLength: Promise; readonly min: Promise | Promise; readonly minLength: Promise; readonly multiple: Promise; readonly pattern: Promise; readonly placeholder: Promise; readonly readOnly: Promise; readonly required: Promise; readonly selectionDirection: Promise; readonly selectionEnd: Promise; readonly selectionStart: Promise; readonly step: Promise; readonly valueAsDate: Promise; readonly valueAsNumber: Promise; select: (() => Promise) & (() => Promise); setRangeText: ((replacement: string, start?: number | undefined, end?: number | undefined, selectionMode?: import("../../base/interfaces/official").ISelectionMode | undefined) => Promise) & ((replacement: string, start?: number | undefined, end?: number | undefined, selectionMode?: import("../../base/interfaces/official").ISelectionMode | undefined) => Promise); setSelectionRange: ((start: number, end: number, direction?: string | undefined) => Promise) & ((start: number, end: number, direction?: string | undefined) => Promise); stepDown(n?: number | undefined): Promise; stepUp(n?: number | undefined): Promise; readonly control: import("../../base/interfaces/super").ISuperHTMLElement; readonly htmlFor: Promise; readonly as: Promise; readonly media: Promise; readonly areas: import("../../base/interfaces/super").ISuperHTMLCollection; readonly HAVE_CURRENT_DATA: number; readonly HAVE_ENOUGH_DATA: number; readonly HAVE_FUTURE_DATA: number; readonly HAVE_METADATA: number; readonly HAVE_NOTHING: number; readonly NETWORK_EMPTY: number; readonly NETWORK_IDLE: number; readonly NETWORK_LOADING: number; readonly NETWORK_NO_SOURCE: number; readonly audioTracks: import("../../base/interfaces/official").IAudioTrackList; readonly autoplay: Promise; readonly buffered: import("../../base/interfaces/official").ITimeRanges; readonly controls: Promise; readonly controlsList: import("../../base/interfaces/official").IDOMTokenList; readonly currentTime: Promise; readonly defaultMuted: Promise; readonly defaultPlaybackRate: Promise; readonly disableRemotePlayback: Promise; readonly duration: Promise; readonly ended: Promise; readonly error: import("../../base/interfaces/official").IMediaError; readonly loop: Promise; readonly mediaKeys: import("../../base/interfaces/official").IMediaKeys; readonly muted: Promise; readonly networkState: Promise; readonly playbackRate: Promise; readonly played: import("../../base/interfaces/official").ITimeRanges; readonly preload: Promise; readonly seekable: import("../../base/interfaces/official").ITimeRanges; readonly seeking: Promise; readonly sinkId: Promise; readonly textTracks: import("../../base/interfaces/official").ITextTrackList; readonly videoTracks: import("../../base/interfaces/official").IVideoTrackList; readonly volume: Promise; canPlayType(type: string): Promise; load(): Promise; pause(): Promise; play(): Promise; setSinkId(sinkId: string): Promise; readonly content: Promise | import("../../base/interfaces/official").IDocumentFragment; readonly httpEquiv: Promise; readonly scheme: Promise; readonly high: Promise; readonly low: Promise; readonly optimum: Promise; readonly cite: Promise; readonly dateTime: Promise; readonly reversed: Promise; readonly start: Promise; readonly archive: Promise; readonly border: Promise; readonly code: Promise; readonly codeBase: Promise; readonly codeType: Promise; readonly declare: Promise; readonly hspace: Promise; readonly standby: Promise; readonly vspace: Promise; readonly label: Promise; readonly defaultSelected: Promise; readonly index: Promise; readonly selected: Promise; readonly dataset: Promise>; readonly nonce: Promise; readonly tabIndex: Promise; blur(): Promise; focus(): Promise; readonly valueType: Promise; readonly position: Promise; readonly async: Promise; readonly charset: Promise; readonly defer: Promise; readonly event: Promise; readonly noModule: Promise; readonly selectedIndex: Promise; readonly selectedOptions: import("../../base/interfaces/super").ISuperHTMLCollection; item(index: number): ISuperElement; namedItem(name: string): import("../../base/interfaces/official").IHTMLOptionElement; [Symbol.iterator](): Iterator; assignedElements(options?: import("../../base/interfaces/official").IAssignedNodesOptions | undefined): Promise>; assignedNodes(options?: import("../../base/interfaces/official").IAssignedNodesOptions | undefined): Promise>; readonly ch: Promise; readonly chOff: Promise; readonly span: Promise; readonly vAlign: Promise; readonly caption: import("../../base/interfaces/official").IHTMLTableCaptionElement; readonly cellPadding: Promise; readonly cellSpacing: Promise; readonly frame: Promise; readonly rules: Promise; readonly summary: Promise; readonly tBodies: import("../../base/interfaces/super").ISuperHTMLCollection; readonly tFoot: import("../../base/interfaces/official").IHTMLTableSectionElement; readonly tHead: import("../../base/interfaces/official").IHTMLTableSectionElement; readonly cells: import("../../base/interfaces/super").ISuperHTMLCollection; readonly rowIndex: Promise; readonly sectionRowIndex: Promise; deleteCell(index: number): Promise; insertCell(index?: number | undefined): import("../../base/interfaces/official").IHTMLTableCellElement; readonly textLength: Promise; readonly wrap: Promise; setCustomValidity(error: string): Promise; readonly ERROR: number; readonly LOADED: number; readonly LOADING: number; readonly NONE: number; readonly default: Promise; readonly kind: Promise; readonly srclang: Promise; readonly track: Promise; readonly poster: Promise; readonly videoHeight: Promise; readonly videoWidth: Promise; getVideoPlaybackQuality(): import("../../base/interfaces/official").IVideoPlaybackQuality; readonly sheet: import("../../base/interfaces/super").ISuperStyleSheet; readonly nextElementSibling: ISuperElement; readonly previousElementSibling: ISuperElement; getElementById(elementId: string): ISuperElement; readonly childElementCount: Promise; readonly children: import("../../base/interfaces/super").ISuperHTMLCollection; readonly firstElementChild: ISuperElement; readonly lastElementChild: ISuperElement; querySelector(selectors: string): ISuperElement; querySelectorAll(selectors: string): ISuperNodeList; readonly delegatesFocus: Promise; readonly mode: Promise; readonly assignedSlot: import("../../base/interfaces/official").IHTMLSlotElement; readonly wholeText: Promise; splitText(offset: number): Promise; createExpression(expression: string, resolver?: import("../../base/interfaces/official").IXPathNSResolver | null | undefined): import("../../base/interfaces/official").IXPathExpression; evaluate(expression: string, contextNode: import("../../base/interfaces/isolate").INodeIsolate, resolver?: import("../../base/interfaces/official").IXPathNSResolver | null | undefined, type?: number | undefined, result?: import("../../base/interfaces/official").IXPathResult | null | undefined): import("../../base/interfaces/official").IXPathResult; }; readonly ATTRIBUTE_NODE: number; readonly CDATA_SECTION_NODE: number; readonly COMMENT_NODE: number; readonly DOCUMENT_FRAGMENT_NODE: number; readonly DOCUMENT_NODE: number; readonly DOCUMENT_POSITION_CONTAINED_BY: number; readonly DOCUMENT_POSITION_CONTAINS: number; readonly DOCUMENT_POSITION_DISCONNECTED: number; readonly DOCUMENT_POSITION_FOLLOWING: number; readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number; readonly DOCUMENT_POSITION_PRECEDING: number; readonly DOCUMENT_TYPE_NODE: number; readonly ELEMENT_NODE: number; readonly ENTITY_NODE: number; readonly ENTITY_REFERENCE_NODE: number; readonly NOTATION_NODE: number; readonly PROCESSING_INSTRUCTION_NODE: number; readonly TEXT_NODE: number; }; export default class SuperNode extends SuperNodeBaseClass implements ISuperNode { constructor(); get childNodes(): ISuperNodeList; get firstChild(): ISuperNode; get lastChild(): ISuperNode; get nextSibling(): ISuperNode; get ownerDocument(): ISuperDocument; get parentElement(): ISuperElement; get parentNode(): ISuperNode; get previousSibling(): ISuperNode; getRootNode(options?: IGetRootNodeOptions): ISuperNode; } export {};