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