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