import { type KeyboardEvent } from 'react'; export declare const calculateSelectionDelta: (event: KeyboardEvent, width: number) => number;