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