import { CountDown } from './countdown';
export type { CountDownProps } from './countdown';
export default CountDown;
