import { SelectRangeContextValue } from './SelectRangeContext';
/** Hook to access the [[SelectRangeContext]]. */
export declare function useSelectRange(): SelectRangeContextValue;
