export declare class JhiJvmMemoryComponent { /** * object containing all jvm memory metrics */ jvmMemoryMetrics: {}; /** * boolean field saying if the metrics are in the process of being updated */ updating: boolean; }