import { RefObject } from 'react'; import { DrawerConfig } from '../../internal/plugins/controllers/drawers'; export declare const useRuntimeDrawerContext: ({ rootRef }: { rootRef: RefObject; }) => DrawerConfig | null;