import { default as React } from 'react'; import { ImageAnnotationDebuggerProps } from './types'; declare const ImageAnnotationDebugger: React.FC; export default ImageAnnotationDebugger;