interface Props { size?: number; [key: string]: any; } declare const IconArrowLeftCircle: import("svelte").Component; type IconArrowLeftCircle = ReturnType; export default IconArrowLeftCircle;