import { t as SvgIcon } from "../../../SvgIcon-5eBjvzeP.js"; //#region src/main/private/ui/atoms/OnexSvgIcon.d.ts declare class OnexSvgIcon extends SvgIcon { static tag: "scandit-onex-icon"; static create(): OnexSvgIcon; static register(): void; protected render(): string; } declare global { interface HTMLElementTagNameMap { [OnexSvgIcon.tag]: OnexSvgIcon; } } //#endregion export { OnexSvgIcon };