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