/// <reference types="react" />
import { BoundAnnotation } from './types';
export declare const Annotation: <Datum>(annotation: BoundAnnotation<Datum>) => JSX.Element;
//# sourceMappingURL=Annotation.d.ts.map