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