import type { EditorRef } from '../../types';
declare const focusOnEditor: (ref: EditorRef) => void;
export default focusOnEditor;
