import type { ElementState, SelectionRange } from '../types';
export declare function getWordSelection({ value, selection }: ElementState, isForward: boolean): SelectionRange;
//# sourceMappingURL=get-word-selection.d.ts.map