import { type ReactNode } from 'react'; import { AnnotationsMarkerConfig } from '../types/annotations-marker-props.js'; export declare const defineMarkerContent: (markers: AnnotationsMarkerConfig[]) => string | bigint | boolean | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | import("react").ReactElement> | import("react").ReactPortal | null; //# sourceMappingURL=define-marker-content.d.ts.map