import { Intersection } from 'three';
import { AttribType } from '../Constant';
export declare function resolveIntersectGeometryAttribute(intersection: Intersection, attribName: string, attribType: AttribType): string | number | null | undefined;
