import type { ReactNode } from 'react'; interface Props { children: ReactNode; onClick?: () => void; className?: string; } export declare const AnimatedNumber: ({ children, onClick, className }: Props) => import("react").JSX.Element; export {}; //# sourceMappingURL=AnimatedNumber.d.ts.map