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