/**
* Returns information about the range position of the picker that wraps the current component.
* If no picker wraps the current component, returns `null`.
*/export declare functionuseNullablePickerRangePositionContext(): import("./useRangePosition.js").UseRangePositionResponse | null;