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