/// <reference types="react" />
import { PaneContextValue } from './types';
/**
 * @internal
 */
export declare const PaneContext: import("react").Context<PaneContextValue | null>;
//# sourceMappingURL=PaneContext.d.ts.map