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