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