import { OnInit } from "@angular/core"; import { ZComponent, FontAweSomeService } from "mmhglobal-zcore"; import { ZComponentService } from "../../services/zcomponent.service"; import { FieldBase } from "../../components/fieldbase.component"; import * as i0 from "@angular/core"; export declare class SpinnerComponent extends FieldBase implements ZComponent, OnInit { componentService: ZComponentService; fontAweSomeService: FontAweSomeService; constructor(componentService: ZComponentService, fontAweSomeService: FontAweSomeService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }