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