/// import type { SmartCountDown } from './PropTypes'; declare const CountDown: import("react").FC; export { CountDown }; export { SmartCountDown, SmartCountDownEvents, SmartCountDownProps, SmartCountDownTimeData, } from './PropTypes';