/**
 *
 * @param {Camera} component
 * @returns {THREE.PerspectiveCamera| THREE.OrthographicCamera}
 */
export function build_three_camera_object(component: Camera): THREE.PerspectiveCamera | THREE.OrthographicCamera;
//# sourceMappingURL=build_three_camera_object.d.ts.map