/********** Angular **********/ import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; /********** Ionic **********/ /********** Plugin **********/ /********** Component & Service **********/ import { ZComponent, ZComponentProperties, ZField, ZGroup } from 'mmhglobal-zcore'; import { ContainerFieldBase } from '../components/containerfieldbase.component'; import { ZComponentService } from "../services/zcomponent.service"; import * as i0 from "@angular/core"; export declare class ZtrendcardComponent extends ContainerFieldBase implements ZComponent, OnInit { componentService: ZComponentService; data: ZField; group: ZGroup; form: FormGroup; isLoading: boolean; componentProperties: ZComponentProperties; private title; private header; private icon; private color; private value; iconColumnSize: number; valueColumnSize: number; private background; options: { title: string; header: string; icon: string; color: string; value: number; background: string; }; constructor(componentService: ZComponentService); ngOnInit(): void; private getFieldDeclarationForSetup; setEnable: (status: boolean) => void; setVisible: (status: boolean) => void; setRequire: (status: boolean) => void; setData: (gData: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }