import type { ElementState, SelectionRange } from '../types'; export declare function getNotEmptySelection({ value, selection }: ElementState, isForward: boolean): SelectionRange;