import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TemplateListTableComponent implements OnInit { previewEnabled: boolean; selectedTemplate: any; templateList: any[]; loader: boolean; categoryList: any[]; feature: any; onSort: EventEmitter; onSelectTemplate: EventEmitter; onPreview: EventEmitter; ngOnInit(): void; onSelect(template: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }