import React from 'react';
export type ValueBlockContextProps = {
    composition?: boolean;
};
declare const ValueBlockContext: React.Context<ValueBlockContextProps>;
export default ValueBlockContext;
