import type { CurrentTime } from '../../libs/utils' export type CountDownCurrentTime = CurrentTime export type CountDownThemeVars = { countDownTextColor?: string countDownFontSize?: string countDownLineHeight?: number | string }