import { type Context } from 'react';
import type { AnnotationProviders } from '@atlaskit/editor-common/types';
import type { AnnotationMarkStates } from '@atlaskit/adf-schema';
export declare const ProvidersContext: Context<AnnotationProviders | null | undefined>;
export declare const InlineCommentsStateContext: Context<Record<string, AnnotationMarkStates | null>>;
