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