/// import { GroupProps } from "@react-three/fiber"; import { World } from "../../../logic/basis/world"; type VisualWorldProps = { world?: World; } & GroupProps; export declare function VisualWorld(props: VisualWorldProps): import("react").JSX.Element; export {};