import * as React from "react"; import { ResizingWidth } from "./ResizingWidthsContext"; export type NestedExpressionContainerContextType = { minWidth: number; actualWidth: number; resizingWidth: ResizingWidth; }; export declare const NestedExpressionContainerContext: React.Context; export declare function useNestedExpressionContainer(): NestedExpressionContainerContextType; export declare function usePivotAwareNestedExpressionContainer(isPivoting: boolean): NestedExpressionContainerContextType; //# sourceMappingURL=NestedExpressionContainerContext.d.ts.map