import { type SyntheticEvent } from 'react'; export declare const useSelectionRange: () => { selection: { selectionStart: number | null; selectionEnd: number | null; } | undefined; handleSelect: (e: SyntheticEvent) => void; handleSelectionBlur: () => void; }; //# sourceMappingURL=useSelectionRange.d.ts.map