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