export type BehaviorType = 'drag' | 'pinchZoom' | 'scrollZoom' | 'dblClick' | 'magnifier' | 'oneFingerZoom' | 'mouseRotate' | 'mouseTilt' | 'pinchRotate' | 'panTilt';
