import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core'; import { CommonService } from '../services/common.service'; import { CommonListsComponent } from './common.lists.component'; import * as i0 from "@angular/core"; export declare abstract class BackofficeCommonsComponent extends CommonListsComponent implements OnInit, OnDestroy { protected commonService: CommonService; protected cdRef: ChangeDetectorRef; static readonly BEST_SCENARIO_COLUMN_ID = "-6"; fullWidth: boolean; constructor(commonService: CommonService, cdRef: ChangeDetectorRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }