import { RAGConfig } from "../../../../rag";
interface KnowledgeManagementProps {
    ragConfig?: RAGConfig;
}
export declare function KnowledgeManagement({ ragConfig }: KnowledgeManagementProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=knowledge-management.d.ts.map