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