import { _ModuleSupport } from 'ag-charts-community';
import type { FeatureCollection } from 'ag-charts-core';
declare const Chart: typeof _ModuleSupport.Chart;
export declare class TopologyChart extends Chart {
    static readonly className = "TopologyChart";
    static readonly type: "topology";
    private readonly xAxis;
    private readonly yAxis;
    topology?: FeatureCollection;
    constructor(options: _ModuleSupport.ChartOptions, resources?: _ModuleSupport.TransferableResources);
    getChartType(): "topology";
    updateData(): void;
    protected performLayout(ctx: _ModuleSupport.LayoutContext): void;
    hasPgUpPgDownSupport(): boolean;
}
export {};
