import { Editor } from 'slate'; export declare function removeSelection(editor: Editor): void; export declare function removeSelectionStyle(): void; export declare function addSelectionStyle(): void;