import { type CanvasProps } from "@react-three/fiber"; import type * as React from "react"; import { Vector3 } from "three"; type Props = React.PropsWithChildren; export declare const Setup: ({ children, cameraFov, cameraPosition, controls, lights, ...restProps }: Props) => import("react/jsx-runtime").JSX.Element; export {};