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