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