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