import { AfterContentInit, QueryList } from '@angular/core'; import { RcTableCellComponent } from './rc-table-cell.component'; export declare class RcTableFooterRowComponent implements AfterContentInit { cols: any[]; rowData: any[]; cells: QueryList; tableFooterRow: any; show: any; ngAfterContentInit(): void; }