import { Editor } from 'slate';
export declare function withSelection<T extends Editor>(editor: T): T;
