import React from 'react'; import { CountdownProps } from './Countdown.types'; declare const Countdown: React.FC; export default Countdown;