/** * Reads the adapter from the nearest scheduler store context. * Use this in child components instead of `useAdapter()`. * Falls back to the default adapter when used outside a store context (e.g. in unit tests). */ export declare function useAdapterContext(): import("@base-ui/react/internals/temporal").TemporalAdapter;