import { OnChanges, SimpleChanges } from '@angular/core';
import { FormGroup } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class QuestionTypeComponent implements OnChanges {
    questionType: string;
    formGruoup: FormGroup;
    ngOnChanges(changes: SimpleChanges): void;
    clickDetection(value: string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<QuestionTypeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<QuestionTypeComponent, "ipt-question-types", never, { "questionType": "questionType"; "formGruoup": "formGruoup"; }, {}, never, never, false>;
}
