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