import { CommandPropTypes } from './propTypes'; declare const _default: { onCommand: (command: CommandPropTypes, editor: any, next: any) => any; }; export default _default;