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