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