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