import type { GetEditor, UseEditorReturn } from './types';
export declare function useEditor(getEditor: GetEditor): UseEditorReturn;
//# sourceMappingURL=useEditor.d.ts.map