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