import '../analysis/graph-viewer.js'; import { PageView } from '@operato/shell'; declare const IntegrationAnalysis_base: (new (...args: any[]) => import("lit").LitElement) & typeof PageView; export declare class IntegrationAnalysis extends IntegrationAnalysis_base { static styles: import("lit").CSSResult[]; private graphViewer?; private analysis?; private info?; container: HTMLDivElement; nodeInfo: HTMLAnchorElement; get context(): { title: string; search: { handler: (search: any) => Promise; }; help: string; }; render(): import("lit-html").TemplateResult<1>; updated(changes: any): void; pageUpdated(changes: any): Promise; fetchIntegrationAnalysis(): Promise; onSearch(search: string): Promise; } export {};