import { Mesh } from "three"; export default class Cone extends Mesh { constructor(color: string); }