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