import React from 'react'; import type { CbayelProCardProps } from '@/components/layout/pro-card'; import { Field } from '@alifd/next'; interface Props { blockProps: CbayelProCardProps; field: Field; formProps: any; __designMode: any; listName: any; changingField: any; serviceCall: any; formItems: any; mapListName: string; targetAndSourceCfgList: any; title: string; editType: 'create' | 'edit' | 'view'; } declare const AccountingEventEntityMapping: React.FC; export default AccountingEventEntityMapping;