export declare class AppComponents { private appService; private config; private components; component: any; currentTag: string; tag: string; tags: any[]; constructor(); showDetails(tag: any): void; render(): any; }