import { ActionItem } from '../action-item.component'; export declare class ActionButton extends ActionItem { /** * Constructor for ActionButton. */ constructor(); /** * Method called when action button is clicked. */ execute(model?: any): void; }