import type { ModalItem, ModalItemProps } from '@difizen/mana-app';
import './index.less';
export declare const KnowledgeModalComponent: (props: ModalItemProps<{
    type: 'create' | 'edit';
    knowledge_id?: string;
}>) => import("react/jsx-runtime.js").JSX.Element;
export declare const KnowledgeModal: ModalItem;
//# sourceMappingURL=modal.d.ts.map