import { Context } from 'ripple'; import type * as drawer from '@zag-js/drawer'; export declare const DrawerStackStoreContext: Context; export declare const useDrawerStackStoreContext: () => drawer.DrawerStack | undefined;