import { AfterContentChecked, TemplateRef } from '@angular/core'; import { MatTable } from '@angular/material/table'; import { PlaceholderRedirectPath } from '../ecabs-empty-placeholder/ecabs-empty-placeholder.component'; import * as i0 from "@angular/core"; export declare class TableComponent implements AfterContentChecked { table: MatTable; header: TemplateRef; paginator: TemplateRef; bordered: boolean; loading: boolean; isEmpty: boolean; isEmptyMessage: string; isEmptyMessageTitle: string; isEmptyExtrasTemplate: TemplateRef; redirectPath: PlaceholderRedirectPath; srcImageEmpty: string; get showTableContent(): boolean; ngAfterContentChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }