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