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