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