import { ToolInstances } from '../types';
import { Props } from './';
export declare function useWatch({ props, instances }: {
    props: Props;
    instances: ToolInstances;
}): void;
