import { Object3D, Vector3 } from "three";
export declare const measure: (item: string, data: {
    target: Object3D;
}) => Vector3[];
