import { FormGroup } from '@angular/forms'; import { QuestionBase } from '../patrol-template-management/controls/question-base'; export declare class QuestionService { getQuestions(): any; toFormGroup(questions: QuestionBase[]): FormGroup; getControl(type: any, option: any, code: number): any; isEmpty(obj: any): boolean; }