import React from 'react';
export declare type AnnotationsTableProps = {
    entityId: string;
};
export declare const AnnotationsTable: React.FC<AnnotationsTableProps>;
