import { EventEmitter } from '@angular/core'; export declare class GraphListComponent { graphList: Array; selectedGraphId: any; graphSelected: EventEmitter; getUrl(url: string): string; }