import { DrawerStackBehavior } from './DrawerStackBehavior'; import type { IDrawerStackBehaviorConfig } from './IDrawerStackBehaviorConfig'; /** * Creates a drawer stack behavior with the specified configuration. * * @public * @param config - Optional configuration for the stack behavior. * @returns A new DrawerStackBehavior instance. */ export declare function withDrawerStackBehavior(config?: Partial): DrawerStackBehavior; //# sourceMappingURL=withDrawerStackBehavior.d.ts.map