/** * Returns the context passed by the Picker wrapping the current component. * If the context is not found, returns `null`. */ export declare const useNullablePickerContext: () => import("../index.js").PickerContextValue | null;