import Countdown, { CountdownProps as TCountdownProps } from './Countdown'; export type CountdownProps = TCountdownProps; export default Countdown;