declare const _default: __VLS_WithTemplateSlots<
  import('vue').DefineComponent<
    {
      time: {
        type: NumberConstructor
        required: true
      }
      millisecond: {
        type: BooleanConstructor
        default: boolean
      }
      format: {
        type: import('vue').PropType<string>
        default: string
      }
      autoStart: {
        type: BooleanConstructor
        default: boolean
      }
      customStyle: {
        type: import('vue').PropType<string>
        default: string
      }
      customClass: {
        type: import('vue').PropType<string>
        default: string
      }
    },
    {
      start: () => void
      pause: () => void
      reset: () => void
    },
    unknown,
    {},
    {},
    import('vue').ComponentOptionsMixin,
    import('vue').ComponentOptionsMixin,
    {
      change: (...args: any[]) => void
      finish: (...args: any[]) => void
    },
    string,
    import('vue').PublicProps,
    Readonly<
      import('vue').ExtractPropTypes<{
        time: {
          type: NumberConstructor
          required: true
        }
        millisecond: {
          type: BooleanConstructor
          default: boolean
        }
        format: {
          type: import('vue').PropType<string>
          default: string
        }
        autoStart: {
          type: BooleanConstructor
          default: boolean
        }
        customStyle: {
          type: import('vue').PropType<string>
          default: string
        }
        customClass: {
          type: import('vue').PropType<string>
          default: string
        }
      }>
    > & {
      onChange?: ((...args: any[]) => any) | undefined
      onFinish?: ((...args: any[]) => any) | undefined
    },
    {
      customStyle: string
      customClass: string
      millisecond: boolean
      format: string
      autoStart: boolean
    },
    {}
  >,
  {
    default?(_: { current: import('../composables/useCountDown').CurrentTime }): any
  }
>
export default _default
type __VLS_WithTemplateSlots<T, S> = T & {
  new (): {
    $slots: S
  }
}
