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