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