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