import CameraBase from ".";
import { PerspectiveCamera } from "three";
export default function (this: CameraBase<PerspectiveCamera>): void;
