import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { ApiService } from '../api.service'; import { CookieService } from 'ngx-cookie-service'; import { MatSnackBar } from "@angular/material"; export declare class LessonPlanMaterialComponent implements OnInit { activatedroute: ActivatedRoute; apiService: ApiService; cookieService: CookieService; router: Router; snackBar: MatSnackBar; jsonObj1: any; answerData: any; valFormData: any; allData: any; formdata: any; serverdata: any; associated_training_id: any; lessonId: any; formfieldrefresh: boolean; updatetable: boolean; formfieldrefreshdata: any; selectValue: any; userId: any; redirectPath: any; progress_bar: number; formDataVal: any; flag: boolean; routerPath: any; prevButton: boolean; formVal: any; selectVal: any; pictureSelect: any; lessonplandata: any; serverDetails: {}; Redirectpath: any; constructor(activatedroute: ActivatedRoute, apiService: ApiService, cookieService: CookieService, router: Router, snackBar: MatSnackBar); ngOnInit(): void; listenFormFieldChange(val: any): void; skipButton(): void; displayQuestionData(value: any): void; }