import type { FC } from 'react'; import '../../index.less'; interface TextRecognitionPcprops { idenTemplate?: string; onChange?: (res: any) => void; value?: any; fieldMapping?: any; basicStatus?: 1 | 2 | 3; disabled?: boolean; getEngineApis: any; $$componentItem: any; form: any; fieldAttr?: any; } declare const TextRecognitionPc: FC; export default TextRecognitionPc;