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