import { ExpandableContext } from './types.cjs';
export declare const ExpanderContext: import('react').Context<ExpandableContext>;
