/** * Hook to access the drawer context. * * @returns The drawer context containing close function and ref * @throws Error if used outside of a DrawerContextProvider */ export declare function useDrawerContext(): import('./DrawerContext').DrawerContextProps;