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