/********** Angular **********/ import { OnInit } from "@angular/core"; /********** Ionic **********/ /********** Plugin **********/ /********** Component & Service **********/ import { ContainerFieldBase } from "../components/containerfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import { ZComponent } from 'mmhglobal-zcore'; import * as i0 from "@angular/core"; export declare class ZdivComponent extends ContainerFieldBase implements ZComponent, OnInit { componentService: ZComponentService; private readonly DEFAULT_LAYOUT; private readonly DEFAULT_LAYOUT_ALIGN; constructor(componentService: ZComponentService); ngOnInit(): void; ngAfterViewInit(): void; private setupDivLayout; getFlexSize(field: any, size?: string): any; private getDivClassValueByScreenSize; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }