import { Mesh } from "three"; export default class Plane extends Mesh { constructor(color?: string, width?: number, height?: number); }