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