export type AnnotationsTableProps = {
    readonly entityId: string;
    readonly versionNumber?: number;
};
export declare function getDisplayedAnnotation(value: string | number | boolean): string;
export declare function AnnotationsTable(props: AnnotationsTableProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AnnotationsTable.d.ts.map