///
import { IDrawerContext } from "@leight-core/leight";
export declare const DrawerContext: import("react").Context;
export declare const useDrawerContext: () => IDrawerContext;
export declare const useOptionalDrawerContext: () => IDrawerContext | null;