import { CdkDragDrop } from '@angular/cdk/drag-drop'; import { OnDestroy } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Class, SubscriptionnerDirective } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminClassesCustomizeComponent extends SubscriptionnerDirective implements OnDestroy { private store; private router; private route; currentClass$: Observable; currentClass: Class; defaultAttributes: string[]; otherAttributes: string[]; currentPropertiesConfig$: Observable; currentTilePropertiesConfig$: Observable; currentRuleModifiedIndex: number; classes$: Observable; tab: number; defaultTileAttributes: string[]; otherTileAttributes: string[]; maxTilesAttributes: number; constructor(store: Store, router: Router, route: ActivatedRoute); goBack(): void; drop(event: CdkDragDrop): void; updateTableAttrs(): void; updateTileAttrs(): void; isTileConfValid(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }