import { OnInit } from '@angular/core'; import { Sort } from '@angular/material/sort'; import { TechlifyListComponent } from 'ngx-techlify-core'; import { FormGroup } from '@angular/forms'; import { FixedAssetService } from '../fixed-asset.service'; import { SelectionModel } from "@angular/cdk/collections"; import * as i0 from "@angular/core"; export declare class FixedAssetsTableComponent extends TechlifyListComponent implements OnInit { private fixedAssetService; filterForm: FormGroup; columns: string[]; displayedColumns: string[]; selection: SelectionModel; constructor(fixedAssetService: FixedAssetService); loadData(): void; onSortChange(sort: Sort): void; ngOnInit(): void; onCheckSheetClick(event: MouseEvent): void; /** Whether the number of selected elements matches the total number of rows. */ isAllRowsSelected(): boolean; toggleAllRows(): void; checkboxLabel(row?: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }