import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconArrowCircleLeftLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconArrowCircleLeftLight = ReturnType; export default IconArrowCircleLeftLight;