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