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