export type { CountDownProps, CountDownRef } from './CountDown'; export * from './type'; export declare const CountDown: import("react").ForwardRefExoticComponent>; export default CountDown;