import { EventEmitter } from '@angular/core'; import { MRulesItem } from './data-source'; import { EMRulesItemOption } from './typings'; export declare class MRulesItemComponent { item: MRulesItem; readonly delete: EventEmitter; options: { key: EMRulesItemOption; name: string; }[]; optionKey: typeof EMRulesItemOption; onDelete(): void; }