import React from 'react'; interface NumberScrollProps { count: number; } declare const NumberScroll: React.FC; export default NumberScroll;