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