import { EventEmitter, OnInit, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class ActionButtonComponent implements OnInit {
    action: any;
    config: any;
    customer: any;
    disabled: boolean;
    hidden: boolean;
    onClickPerformAction: EventEmitter<any>;
    constructor();
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
    runValidations(): Promise<void>;
    takeAction: (action: any) => void;
    handleOnClickPerformAction(action: any, customer: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonComponent, "kwikid-action-button", never, { "action": "action"; "config": "config"; "customer": "customer"; }, { "onClickPerformAction": "onClickPerformAction"; }, never, never>;
}
