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