import { AnnotationPositionGetter, AnnotationDimensionsGetter, BoundAnnotation, AnnotationMatcher, AnnotationInstructions } from './types'; export declare const bindAnnotations: ({ data, annotations, getPosition, getDimensions, }: { data: readonly Datum[]; annotations: readonly AnnotationMatcher[]; getPosition: AnnotationPositionGetter; getDimensions: AnnotationDimensionsGetter; }) => BoundAnnotation[]; export declare const getLinkAngle: (sourceX: number, sourceY: number, targetX: number, targetY: number) => number; export declare const computeAnnotation: (annotation: BoundAnnotation) => AnnotationInstructions; //# sourceMappingURL=compute.d.ts.map