import type { FormatPluginState, PluginWithState, EditorOptions } from 'roosterjs-content-model-types'; /** * @internal * Create a new instance of FormatPlugin. * @param option The editor option */ export declare function createFormatPlugin(option: EditorOptions): PluginWithState;