import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Wifi: import("svelte").Component; type Wifi = ReturnType; export default Wifi; //# sourceMappingURL=wifi.svelte.d.ts.map