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