import React from 'react'; import type { AnnotationsWrapperProps } from './types'; export declare const AnnotationsPositionContext: React.Context<{ startPos: number; }>; export declare const AnnotationsWrapperInner: (props: Omit) => React.JSX.Element; export declare const AnnotationsWrapper: (props: AnnotationsWrapperProps) => React.JSX.Element;