import { EventEmitter, Injector } from '@angular/core'; import { ConfigureComponentBase } from '../../../../../../shared/configure-component-base'; import { SystemGalleryServiceProxy } from '../../../../../../shared/service-proxies/service-proxies'; export declare class GallerySysComponent extends ConfigureComponentBase { private readonly sysGalleryService; selectedGraph: any; currentGraphStateList: Array; selectedCategory: any; currentGraphStateId: number; currentGraphId: any; graphCategories: Array; graphList: Array; private currentGraph; selectedGraphChange: EventEmitter; constructor(injector: Injector, sysGalleryService: SystemGalleryServiceProxy); loadGraphCategoies(): void; changeCategory(category: any): void; changeGraph(graph: any): void; }