import { Other } from "../Other"; export class Space { public text: string = ' '; public a: Other = new Other("sdfs"); }