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