import { default as React } from 'react'; import { AnnotationProps } from '../../featuresConfig'; interface OcrAnnotationProps extends AnnotationProps { } declare const OcrAnnotation: React.FC; export default OcrAnnotation;