import type { Annotation, AnnotationAnchorPoint } from "./types.js";
export declare function AnnotationPointRect({ anchor, annotation, }: {
    readonly anchor: AnnotationAnchorPoint;
    readonly annotation: Annotation<any>;
}): import("react/jsx-runtime").JSX.Element;
