import type { ThemeVars } from '@coinbase/cds-common/core/theme'; export declare function useColorPulse({ value, formatted, defaultColor, colorPulseOnUpdate, positivePulseColor, negativePulseColor, }: { value: number; formatted: string; defaultColor: ThemeVars.Color; colorPulseOnUpdate: boolean; positivePulseColor: ThemeVars.Color; negativePulseColor: ThemeVars.Color; }): import('framer-motion').AnimationControls; //# sourceMappingURL=useColorPulse.d.ts.map