import { AnimatingNumbers } from './animatingnumbers';
export type { CountUpProps } from './countup';
export default AnimatingNumbers;
