import { type SectionedRect } from "@1771technologies/lytenyte-shared"; import type { Annotation } from "./types.js"; export declare function AnnotationRect({ rect, annotation, }: { readonly rect: SectionedRect; readonly annotation: Annotation; }): import("react/jsx-runtime").JSX.Element;