import { EventEmitter } from '@angular/core'; export declare class LoadchargeComponent { name: string; updated: EventEmitter; _type: string; _containers: any[]; inited: boolean; constructor(); containers: any[]; type: string; loadChargeStyle(container: any): { width: string; }; }