import type CountDown from './z-count-down.vue'

export type zCountDownInstance = InstanceType<typeof CountDown>
