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