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