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