import type { Annotation } from "./types.js"; export declare function AnnotationHeaderOverlay({ annotations, }: { readonly annotations: readonly Annotation[]; }): import("react/jsx-runtime").JSX.Element;