/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ /********** Component & Service **********/ import { InputFieldBase } from "../components/inputfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { FontAweSomeService, ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZlabelComponent extends InputFieldBase implements ZComponent, OnInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; inputFieldAddOn: { top: {}; left: {}; right: {}; bottom: {}; }; labelText: string; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService); ngOnInit(): void; ngAfterViewInit(): void; private setupAddOnValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }