import { OnDestroy, EventEmitter } from '@angular/core'; import { EditorTelemetryService } from '../../services/telemetry/telemetry.service'; import { ConfigService } from '../../services/config/config.service'; import * as i0 from "@angular/core"; export declare class TemplateComponent implements OnDestroy { telemetryService: EditorTelemetryService; configService: ConfigService; templateList: any; private modal; templateSelection: EventEmitter; showButton: boolean; templateSelected: any; constructor(telemetryService: EditorTelemetryService, configService: ConfigService); next(): void; onClosePopup(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=template.component.d.ts.map