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