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