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