/********** Angular **********/ import { OnInit, SimpleChanges } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ /********** Component & Service **********/ import { InputFieldBase } from "../../components/inputfieldbase.component"; import { ZComponentService } from "../../services/zcomponent.service"; import { FontAweSomeService, InputFieldAddOns, TranslationService, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class InputFieldAddOnsComponent extends InputFieldBase implements ZComponent, OnInit { fontAweSomeService: FontAweSomeService; private translationService; position: 'top' | 'left' | 'right' | 'bottom'; addOn: InputFieldAddOns; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService, translationService: TranslationService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private setupIconList; private setupButtonList; private setupTextList; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }