import { EmbeddedViewContentComponent } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class ActionButtonComponent extends EmbeddedViewContentComponent {
    classes: string;
    click: () => void;
    selected: boolean;
    disabled: boolean;
    text: string;
    title: string;
    iconName: string;
    allowBubble: boolean;
    onClick(event: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonComponent, "svc-action-button", never, { "classes": "classes"; "click": "click"; "selected": "selected"; "disabled": "disabled"; "text": "text"; "title": "title"; "iconName": "iconName"; "allowBubble": "allowBubble"; }, {}, never, never>;
}
