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