/** * 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 function useNullablePickerRangePositionContext(): import("./useRangePosition.js").UseRangePositionResponse | null;