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