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