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