import { CSSProperties } from 'vue'; export interface CaptchaVerifyPassingData { isPassing: boolean; time: number | string; } export interface SliderCaptchaProps { class?: ClassType; actionStyle?: CSSProperties; barStyle?: CSSProperties; contentStyle?: CSSProperties; wrapperStyle?: CSSProperties; isSlot?: boolean; successText?: string; text?: string; } export interface SliderCaptchaActionType { resume: () => void; } export interface SliderVerifyPassingData { event: MouseEvent | TouchEvent; moveDistance: number; moveX: number; } type __VLS_Props = SliderCaptchaProps; declare function resume(): void; type __VLS_PublicProps = { modelValue?: boolean; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: { text?(_: { isPassing: boolean; }): any; actionIcon?(_: { isPassing: boolean; }): any; }; refs: { wrapperRef: HTMLDivElement; barRef: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{}>, { getEl: () => HTMLDivElement | null; setWidth: (val: string) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { barRef: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ barStyle: CSSProperties; toLeft: boolean; }> & Readonly<{}>, { getEl: () => HTMLDivElement | null; setWidth: (val: string) => void; }, {}, {}, {}, {}> | null; contentRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly contentStyle: CSSProperties; readonly isPassing: boolean; readonly successText: string; readonly text: string; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; } & { contentRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { getEl: () => HTMLDivElement | null; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{}>, "getEl"> & import('vue').ShallowUnwrapRef<{ getEl: () => HTMLDivElement | null; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { text?(_: {}): any; }; }) | null; actionRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly actionStyle: CSSProperties; readonly isPassing: boolean; readonly toLeft: boolean; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; } & { actionRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { getEl: () => HTMLDivElement | null; getStyle: () => CSSStyleDeclaration | undefined; setLeft: (val: string) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{}>, "getEl" | "getStyle" | "setLeft"> & import('vue').ShallowUnwrapRef<{ getEl: () => HTMLDivElement | null; getStyle: () => CSSStyleDeclaration | undefined; setLeft: (val: string) => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { icon?(_: {}): any; }; }) | null; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, { resume: typeof resume; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { success: (args_0: CaptchaVerifyPassingData) => any; start: (args_0: MouseEvent | TouchEvent) => any; end: (args_0: MouseEvent | TouchEvent) => any; move: (args_0: SliderVerifyPassingData) => any; "update:modelValue": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onSuccess?: ((args_0: CaptchaVerifyPassingData) => any) | undefined; onStart?: ((args_0: MouseEvent | TouchEvent) => any) | undefined; onEnd?: ((args_0: MouseEvent | TouchEvent) => any) | undefined; onMove?: ((args_0: SliderVerifyPassingData) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, { text: string; actionStyle: CSSProperties; barStyle: CSSProperties; contentStyle: CSSProperties; successText: string; wrapperStyle: CSSProperties; isSlot: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { wrapperRef: HTMLDivElement; barRef: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{}>, { getEl: () => HTMLDivElement | null; setWidth: (val: string) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { barRef: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ barStyle: CSSProperties; toLeft: boolean; }> & Readonly<{}>, { getEl: () => HTMLDivElement | null; setWidth: (val: string) => void; }, {}, {}, {}, {}> | null; contentRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly contentStyle: CSSProperties; readonly isPassing: boolean; readonly successText: string; readonly text: string; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; } & { contentRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { getEl: () => HTMLDivElement | null; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{}>, "getEl"> & import('vue').ShallowUnwrapRef<{ getEl: () => HTMLDivElement | null; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { text?(_: {}): any; }; }) | null; actionRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly actionStyle: CSSProperties; readonly isPassing: boolean; readonly toLeft: boolean; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; } & { actionRef: HTMLDivElement; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: HTMLDivElement; $options: import('vue').ComponentOptionsBase & Readonly<{}>, { getEl: () => HTMLDivElement | null; getStyle: () => CSSStyleDeclaration | undefined; setLeft: (val: string) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{}>, "getEl" | "getStyle" | "setLeft"> & import('vue').ShallowUnwrapRef<{ getEl: () => HTMLDivElement | null; getStyle: () => CSSStyleDeclaration | undefined; setLeft: (val: string) => void; }> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { icon?(_: {}): any; }; }) | null; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };