import { _ModuleSupport } from 'ag-charts-community';
import { AbstractModuleInstance, type DynamicContext } from 'ag-charts-core';
export declare class Animation extends AbstractModuleInstance {
    protected readonly ctx: DynamicContext<_ModuleSupport.ChartRegistry>;
    enabled: boolean;
    duration?: number;
    maxAnimatableItems?: number;
    constructor(ctx: DynamicContext<_ModuleSupport.ChartRegistry>);
}
