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