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