export declare function useSelectionRange(): { ref: (node: T) => void; selectionStart: number; selectionEnd: number; };