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