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