//@ts-ignore
/// <reference types="react" />
import { AnnotationBase } from './AnnotationTypes';
//@ts-ignore
export declare function renderAnnotationStatusContent(annotation: AnnotationBase, annotations: AnnotationBase[], userName: string): JSX.Element | null;
