import type { Components, JSX } from "../types/components"; interface RuxIconWifiTethering extends Components.RuxIconWifiTethering, HTMLElement {} export const RuxIconWifiTethering: { prototype: RuxIconWifiTethering; new (): RuxIconWifiTethering; };