import React from "react";
import { SpawnPoint as GameSpawnPoint } from "lingo3d";
declare const SpawnPoint: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/ISpawnPoint").default> & {
    children?: React.ReactNode;
} & React.RefAttributes<GameSpawnPoint>>;
export default SpawnPoint;
