import React from 'react'; import { CountDownProps } from './types'; /** * CountDown component creates countdown timer * @param {CountDownProps} props * * @returns {React.ReactElement} */ export declare const CountDown: React.FC;