import { _ModuleSupport } from 'ag-charts-community'; declare const Chart: typeof _ModuleSupport.Chart; export declare class StandaloneChart extends Chart { static readonly className = "StandaloneChart"; static readonly type: "standalone"; private readonly xAxis; private readonly yAxis; private standaloneZoomRegistered; constructor(options: _ModuleSupport.ChartOptions, resources?: _ModuleSupport.TransferableResources); getChartType(): "standalone"; updateData(): void; private refreshStandaloneZoomRegistration; protected createDataSet(data: unknown[]): _ModuleSupport.DataSet; protected performLayout(ctx: _ModuleSupport.LayoutContext): void; protected getAriaLabel(): string; } export {};