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