export type ChartEnterAnimation = 'fadeIn' | 'pathIn' | 'growInX' | 'growInY' | 'waveIn'; export declare const getChartAnimation: (hasRendered: boolean, enterType?: ChartEnterAnimation) => false | Record;