import { TazeEditor, Value } from "@taze-editor/taze-core";
export declare const MARK_SEARCH_HIGHLIGHT = "search-highlight";
export declare const createSearchHighlightPlugin: <OP = {}, OV extends Value = Value, OE extends TazeEditor<OV> = TazeEditor<OV>>(override?: Partial<import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>> | undefined, overrideByKey?: import("@taze-editor/taze-core").OverrideByKey<OV, OE> | undefined) => import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>;
//# sourceMappingURL=createSearchHighlightPlugin.d.ts.map