import { DrawerStore } from './useDrawerStore'; export declare const DrawerRegistrationContext: import('react').Context; export declare function useDrawerRegistration(): DrawerStore;