import { FC } from 'react'; import { IAnnotation } from '../types'; interface CommentMarkerProps { annotation: IAnnotation; } export declare const CommentMarker: FC; export {};