/** * 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("@mui/x-scheduler-internals/base-ui-copy/types").TemporalAdapter;