import { default as React } from 'react'; import { AnnotationProps } from '../../featuresConfig'; export declare enum ISampleActionType { Next = "NEXT", Prev = "PREV", Confirm = "CONFIRM", Save = "Save" } interface DetectionAnnotationProps extends AnnotationProps { } declare const DetectionAnnotation: React.FC; export default DetectionAnnotation;