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