import { OnChanges, EventEmitter, OnInit } from '@angular/core'; import { QuestionData, TypeData, QuesTypeData } from './types'; import * as i0 from "@angular/core"; export declare class CtyAnswerSheet implements OnInit, OnChanges { distinguish: boolean; problemData: any[]; props: { questionType: string; type: string; }; typeData: TypeData[]; position: string; quesTypeData: QuesTypeData[]; ctyTap: EventEmitter; showTotal: boolean; totalText: string; sheetProblem: QuestionData[]; disProblem: any[]; constructor(); ngOnInit(): void; ngOnChanges(): void; initData(): void; sheetTap(item: QuestionData): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }