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