import * as React from 'react'; import { Plugin } from 'slate-react'; export declare function RunnerPlugin({ handler }: { handler?: (e: React.KeyboardEvent) => void; }): Plugin;