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