import { EditorPlugin } from "../../../../src"; import { StackSnippetOptions } from "./common"; /** * Build the StackSnippet plugin using hoisted options that can be specified at runtime * * This allows callers to specify how to handle rendering and modal opening of buttons externally to the editor. * **/ export declare const stackSnippetPlugin: (opts?: StackSnippetOptions) => EditorPlugin;