import { type IconProps } from "../../../base/index.ts";
declare const Wifi: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Wifi = ReturnType<typeof Wifi>;
export default Wifi;
