import { PluginKey } from "../../../pm/state.js"; import type { SearchViewState } from "./types.js"; export declare const SearchClassName: { readonly Match: "ProseMirror-search-match"; readonly ActiveMatch: "ProseMirror-active-search-match"; }; export declare const pluginKey: PluginKey;