/** * Declaring the required interface of AppComponent that is currently missing in the UI5 types */ declare module "<%- app.baseComponent %>" { export default class AppComponent { } }