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