import { Ref } from 'vue';
import { TresObject } from '../types';
export declare const vDistanceTo: {
    updated: (el: TresObject, binding: Ref<TresObject>) => void;
    unmounted: (el: TresObject) => void;
};
