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