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