import { t as ScanditHTMLElement } from "../../../ScanditHTMLElement-DB_pDIgX.js"; //#region src/main/private/ui/atoms/ArrowsUp.d.ts declare const tag = "scandit-arrows-up"; declare class ArrowsUp extends ScanditHTMLElement { static readonly tag: typeof tag; constructor(); static createStyleElement(): HTMLStyleElement; static create(): ArrowsUp; static register(): void; protected render(): string; } declare global { interface HTMLElementTagNameMap { [tag]: ArrowsUp; } } //#endregion export { ArrowsUp };