import type { FC } from 'react';
import type { AnnotationProps } from './typeDefinition';
import './index.less';
declare const Annotation: FC<AnnotationProps>;
export default Annotation;
