import { Countdown } from './UseCountDown.types'; declare const useCountdown: Countdown; export default useCountdown;