import { NoteSvg } from './types';
export declare const AnnotationNote: <Datum>({ datum, x, y, note, }: {
    datum: Datum;
    x: number;
    y: number;
    note: NoteSvg<Datum>;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AnnotationNote.d.ts.map