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