export class Test { private privateProperty: any; protected protectedProperty: any; public publicProperty: any; }