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