import { TresObject } from '../types';
export declare const vLightHelper: {
    mounted: (el: TresObject) => void;
    updated: (el: TresObject) => void;
    unmounted: (el: TresObject) => void;
};
