import { AfterViewInit } from "@angular/core"; import { Store } from "@ngrx/store"; import { TranslateService } from "@ngx-translate/core"; import { IAppState } from "../../store/state/app.state"; import { MatPaginator } from "@angular/material/paginator"; import { MatSort } from "@angular/material/sort"; import * as i0 from "@angular/core"; export declare class BackofficeUsersComponent implements AfterViewInit { private _store; private translate; paginator: MatPaginator; sort: MatSort; resultsLength: any; constructor(_store: Store, translate: TranslateService); displayedColumns: string[]; dataSource: any; private buildUser; dateFormatedLong(date: any): string; ngAfterViewInit(): Promise; applyFilter(event: Event): void; editUser(company: any): void; deleteUser(company: any): void; get getEditIcon(): string; get getDeleteIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }