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