import { Ref } from 'vue'; import { TdUseCountDownProps, TdUseCountDown } from './type'; export declare function useCountDown(props: TdUseCountDownProps, visibility?: Ref): TdUseCountDown;