import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ArrowLeftCircle: import("svelte").Component; type ArrowLeftCircle = ReturnType; export default ArrowLeftCircle; //# sourceMappingURL=arrow-left-circle.svelte.d.ts.map