import { type Context } from 'react'; /** * __Ensure is inside drawer context__ * * An context that ensures that the component is inside a drawer. */ export declare const EnsureIsInsideDrawerContext: Context;