import { EventEmitter } from '@angular/core'; export declare class MFormulaBlockComponent { mFormulaKey: string; mFormulaValue: string; mErrorValue: string; mCorrectValue: string; readonly mClick: EventEmitter; }