import React from 'react'; import { IVarBaseValueProps } from './VarBase'; /** * Utility component that creates a context with a certain path as base. */ export declare const VarScope: ({ path, value, onChange, children, error, errorPath, }: React.PropsWithChildren>) => JSX.Element;