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