import { DrawerContextValue } from '../context/Drawer.context.ts'; /** * Returns the current drawer state and helpers. * Returns `null` when used outside of a `Drawer` so sub-components can be * rendered independently (e.g. inside `DrawerMini`). */ export declare const useDrawerContext: () => DrawerContextValue | null;