import { OnInit } from '@angular/core'; export declare class GraphSharedComponent implements OnInit { graph: any; ngOnInit(): void; }