import * as THREE from 'three';
export declare function getArrowMaterial(params: {
    textureUrl: string;
}): THREE.MeshBasicMaterial;
