//#region src/main/private/utils/ScanditHTMLElement.d.ts declare const HTMLElement: new () => HTMLElement; declare class ScanditHTMLElement extends HTMLElement {} //#endregion export { ScanditHTMLElement as t };