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