import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconWifiNoneLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconWifiNoneLight = ReturnType; export default IconWifiNoneLight;