export class Spherical extends View { make(): number; uniforms: { sphericalBend: any; sphericalFocus: any; sphericalAspectX: any; sphericalAspectY: any; sphericalScaleY: any; viewMatrix: any; } | undefined; viewMatrix: any; composer: ((position: any, rotation: any, quaternion: any, scale: any, matrix: any, eulerOrder: any) => import("three").Matrix4) | undefined; aspectX: number | undefined; aspectY: number | undefined; unmake(): boolean; change(changed: any, touched: any, init: any): any; bend: any; focus: number | undefined; scaleY: number | undefined; axis(dimension: any): Vector2; } import { View } from "./view.js"; import { Vector2 } from "three/src/math/Vector2";