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