import type { DOMEventPluginState, EditorOptions, PluginWithState } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of DOMEventPlugin. * @param option The editor option * @param contentDiv The editor content DIV element */ export declare function createDOMEventPlugin(option: EditorOptions, contentDiv: HTMLDivElement): PluginWithState;