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