import { OnInit } from '@angular/core'; import { IAvatarTable } from "../../models/IAvatarTable"; export declare class AvatarTableComponent implements OnInit { displayedColumns: string[]; dataSource: IAvatarTable[]; ngOnInit(): void; }