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