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