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