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