/********** Angular **********/ import { OnInit } from '@angular/core'; /********** Component & Service **********/ import { ButtonFieldBase } from '../components/buttonfieldbase.component'; import { ZComponentService } from '../services/zcomponent.service'; import { FieldService, FontAweSomeService, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZbuttonsComponent extends ButtonFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private fieldService; fontAweSomeService: FontAweSomeService; items: Array; leftBtns: Array; rightBtns: Array; FirstZbtn: boolean; constructor(componentService: ZComponentService, fieldService: FieldService, fontAweSomeService: FontAweSomeService); ngOnInit(): void; ngAfterViewInit(): void; private getFieldObByComponentType; private loadButton; private setupButtonAttributes; buttonClick(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }