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