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