import { CountDownTimerProps } from "./types";
declare const CountDownTimer: React.FC<CountDownTimerProps>;
export default CountDownTimer;
