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