import * as THREE from 'three';
declare const AXES_COLOR: {
    X: number;
    Y: number;
    Z: number;
};
declare class AXES_THREE_COLOR {
    static get X(): THREE.Color;
    static get Y(): THREE.Color;
    static get Z(): THREE.Color;
}
export { AXES_COLOR, AXES_THREE_COLOR };
