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