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