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