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