import type { Editor } from 'grapesjs'; import { SdkPluginCommonOptions } from '..'; export declare const CMD_SELECT_TARGET = "select-target"; export declare const CMD_ACTIVE_STYLES = "enable-sm"; export default function studioPlugin(editor: Editor, opts: SdkPluginCommonOptions): void;