import React from "react"; import { Plane as GamePlane } from "lingo3d"; declare const Plane: React.ForwardRefExoticComponent & { children?: React.ReactNode; } & React.RefAttributes>; export default Plane;