import { DrawerShellConfig } from './drawerTypes'; export declare const DrawerShellConfigContext: import('react').Context; export declare function useDrawerShellConfig(): DrawerShellConfig;