import { DraftEditorCommand } from 'draft-js';
import { KeyboardEvent } from 'react';
export declare function keyBindingFn(event: KeyboardEvent): DraftEditorCommand | null;
