import React from 'react'; import { CountDownProps, CountDownRef } from './type'; export * from './type'; /** * 倒计时组件 * @en Countdown Component * @name 倒计时 * @name_en CountDown * @type 信息展示 * @type_en Data Display */ declare const CountDown: React.ForwardRefExoticComponent>; export default CountDown;