import { PropTypes } from 'zag-ripple'; import { Context } from 'ripple'; import type * as drawer from '@zag-js/drawer'; export type UseDrawerStackContext = drawer.DrawerStackApi; export declare const DrawerStackApiContext: Context; export declare const useDrawerStackContext: () => UseDrawerStackContext | undefined;