import React from 'react';
import { WebCountDownProps } from "../../types";
export declare const CountDown: React.ForwardRefExoticComponent<Partial<WebCountDownProps> & React.RefAttributes<unknown>>;
