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