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