import { type ChartPlugin } from "../../models/index.mjs";
import type { UseChartAnimationSignature } from "./useChartAnimation.types.mjs";
export declare const useChartAnimation: ChartPlugin<UseChartAnimationSignature>;