import { TresObject } from '../types';
export declare const vLog: {
    mounted: (el: TresObject, binding: {
        arg: string;
    }) => void;
};
