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; static ɵcmp: i0.ɵɵComponentDeclaration; }