import { OnInit } from "@angular/core"; import { GridApi, GridOptions, GridReadyEvent } from "ag-grid-community"; import { TeamService } from "../team.service"; import { Employee } from "../models/employee.model"; import * as i0 from "@angular/core"; export declare class EmployeeListTableComponent implements OnInit { private _TeamService; canRoute: boolean; isEdit: boolean; rowData: Employee[]; gridApi: GridApi; gridColumnApi: any; gridOptions: GridOptions; columnDefs: any; rowSelection: any; defaultColDef: any; columnTypes: any; constructor(_TeamService: TeamService); ngOnInit(): void; getColumnDefs(): void; onGridReady(params: GridReadyEvent): void; getEmployees(): void; dateRenderer(params: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }