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