import { DrawerContextType } from './types'; export declare const defaultValues: DrawerContextType; export declare const DrawerContext: import("react").Context;