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