import { IHTMLOrSVGElement } from '../../base/interfaces/official';
import HTMLOrSVGElementBase, { IHTMLOrSVGElementProperties } from '../../base/official-mixins/HTMLOrSVGElement';
export declare const getState: (instance: IHTMLOrSVGElement) => IHTMLOrSVGElementProperties, setState: (instance: IHTMLOrSVGElement, properties: Partial) => void;
export default class HTMLOrSVGElement extends HTMLOrSVGElementBase implements IHTMLOrSVGElement {
}