import type { ExtractInjectionAPI, UserPreferencesProvider } from '@atlaskit/editor-common/types';
import type { SelectionToolbarPlugin } from '../selectionToolbarPluginType';
export declare const PageVisibilityWatcher: ({ api, userPreferencesProvider, }: {
    api: ExtractInjectionAPI<SelectionToolbarPlugin> | undefined;
    userPreferencesProvider?: UserPreferencesProvider;
}) => null;
