///
import type { IEditorContainerProps, IEditorRef } from '../components';
interface ISelectionKeyboardProps extends Omit {
editorRef: React.MutableRefObject;
}
export declare const useKeyboardSelection: (props: ISelectionKeyboardProps) => void;
export {};