import { Value } from "../slate/editor/TEditor"; import { TazeEditor } from "../types/taze/TazeEditor"; import { HotkeyPlugin } from "../types/plugin/HotkeyPlugin"; import { KeyboardHandlerReturnType } from "../types/plugin/KeyboardHandler"; import { WithTazePlugin } from "../types/plugin/TazePlugin"; export declare const onKeyDownToggleElement: = TazeEditor>(editor: E, { type, options }: WithTazePlugin) => KeyboardHandlerReturnType; //# sourceMappingURL=onKeyDownToggleElement.d.ts.map