import { AfterViewInit, OnInit } 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 BackofficeSpacesComponent implements AfterViewInit, OnInit { private _store; private translate; paginator: MatPaginator; sort: MatSort; resultsLength: any; constructor(_store: Store, translate: TranslateService); displayedColumns: string[]; dataSource: any; private buildSpace; ngOnInit(): void; ngAfterViewInit(): Promise; editSpace(space: any): void; deleteSpace(company: any): void; dateFormatedLong(date: any): string; applyFilter(event: Event): void; get getEditIcon(): string; get getDeleteIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }