/// <reference types="react" />
export declare const AnnotationLink: ({ points, isOutline, }: {
    points: [number, number][];
    isOutline?: boolean | undefined;
}) => JSX.Element | null;
//# sourceMappingURL=AnnotationLink.d.ts.map