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