import { EventEmitter } from '@angular/core'; import { BaseComponent } from 'base-form'; import * as i0 from "@angular/core"; export declare class ArrSmartComponent extends BaseComponent { addSmartGroup: EventEmitter; removeSmartGroup: EventEmitter<{ name: string; index: number; }>; addSmartFormGroup(name: string): void; removeSmartFormGroup(name: string, index: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=arr-smart.component.d.ts.map