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