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