import type { Components, JSX } from "../types/components"; interface RuxIconWifiTethering extends Components.RuxIconWifiTethering, HTMLElement {} export const RuxIconWifiTethering: { prototype: RuxIconWifiTethering; new (): RuxIconWifiTethering; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;