import { OnDestroy, OnInit } from '@angular/core'; import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Class, SubscriptionnerDirective } from '@onepoint-yap/dashboard'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminClassesFormComponent extends SubscriptionnerDirective implements OnInit, OnDestroy { private store; private router; private route; private formBuilder; classNames$?: Observable; nameAlreadyExists$?: Observable; sub: Subscription; isSubmitted: boolean; classForm: UntypedFormGroup; _currentClass?: Class; set currentClass(val: Class); constructor(store: Store, router: Router, route: ActivatedRoute, formBuilder: UntypedFormBuilder); ngOnInit(): void; goBack(): void; addClass(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }