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