import CameraController from './CameraController';

export default function (
    config?: CameraController.IConfig
): CameraController;