export interface DrawerContextValue { open?: boolean; closable?: boolean; onClose?: () => void; } export declare const DrawerContextProvider: import("react").Provider; export declare const useDrawerContext: () => DrawerContextValue; //# sourceMappingURL=DrawerContext.d.ts.map