import { BaseSelection } from 'slate';
/**
 * Get the current slate selection.
 * Only triggers a rerender when the selection actually changes
 */
export declare const useSlateSelection: () => BaseSelection;
//# sourceMappingURL=use-slate-selection.d.ts.map