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