import { ComponentType } from 'react'; import { AnnotationProps } from '../types/index'; export declare type AnnotationPropsOptional = { [K in keyof AnnotationProps]?: AnnotationProps[K]; }; declare const WrappedAnnotation: ComponentType; export default WrappedAnnotation;