import * as React from 'react';
import * as THREE from 'three';
export declare const PlaneSlider: React.FC<{
dir1: THREE.Vector3;
dir2: THREE.Vector3;
axis: 0 | 1 | 2;
}>;