export type ValueBlockContextProps = {
    composition?: boolean;
};
declare const ValueBlockContext: import("react").Context<ValueBlockContextProps>;
export default ValueBlockContext;
