import { KeyValue } from '@angular/common'; import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { GeneratedFormComponent } from '../generated-form/generated-form.component'; import { ActionButton } from '../model/former.model'; import * as i0 from "@angular/core"; export declare class GeneratedFormActionsComponent implements OnInit, OnChanges { form?: GeneratedFormComponent; leftActions: KeyValue[]; rightActions: KeyValue[]; ngOnChanges(changes: SimpleChanges): void; onButtonClick(action: ActionButton): void; isButtonDisabled(action: KeyValue): boolean | undefined; ngOnInit(): void; initActions(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }