import * as React from 'react'; import type { DrawerProviderStore } from './DrawerProviderStore'; export declare const DrawerProviderContext: React.Context; /** * The provider's store, or `undefined`. A `Drawer.Provider` is optional — a * drawer works perfectly well without one, it just has nothing to indent. */ export declare function useDrawerProviderContext(): DrawerProviderStore | undefined; //# sourceMappingURL=DrawerProviderContext.d.ts.map