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