import { OnInit, OnChanges, OnDestroy, EventEmitter } from '@angular/core'; import { ZGeneral } from './z-general'; export declare class ZButton extends ZGeneral implements OnInit, OnChanges, OnDestroy { compName: string; element: any; actionInProgress?: Boolean; appearance?: String; disabled?: Boolean; icon?: String; iconClass?: String; iconClassName?: String; progressIndicator?: Object; size?: String; SVGIconId?: String; text?: String; opts: string[]; events: string[]; zclick?: EventEmitter; }