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