declare function reset(newImage?: string | (() => Promise)): any; declare const _default: __VLS_WithTemplateSlots; readonly appendTo: { readonly type: import("vue").PropType (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly slideTarget: import("../../../utils").EpPropFinalized; readonly title: StringConstructor; readonly tip: StringConstructor; readonly successTip: StringConstructor; readonly failTip: StringConstructor; readonly image: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tolerance: import("../../../utils").EpPropFinalized; readonly canvasSize: import("../../../utils").EpPropFinalized number[], boolean>; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly onBeforeTest: FunctionConstructor; readonly texts: ArrayConstructor; readonly failLimit: import("../../../utils").EpPropFinalized; readonly remotePoint: BooleanConstructor; readonly useTrigger: BooleanConstructor; readonly triggerText: StringConstructor; readonly triggerSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly isRefresh: BooleanConstructor; readonly hollowShape: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly hideDelay: import("../../../utils").EpPropFinalized; }, { reset: typeof reset; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { drag: (...args: any[]) => void; success: (...args: any[]) => void; refresh: (...args: any[]) => void; "drag-start": (...args: any[]) => void; "drag-end": (...args: any[]) => void; fail: (...args: any[]) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly appendTo: { readonly type: import("vue").PropType (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly slideTarget: import("../../../utils").EpPropFinalized; readonly title: StringConstructor; readonly tip: StringConstructor; readonly successTip: StringConstructor; readonly failTip: StringConstructor; readonly image: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly tolerance: import("../../../utils").EpPropFinalized; readonly canvasSize: import("../../../utils").EpPropFinalized number[], boolean>; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly onBeforeTest: FunctionConstructor; readonly texts: ArrayConstructor; readonly failLimit: import("../../../utils").EpPropFinalized; readonly remotePoint: BooleanConstructor; readonly useTrigger: BooleanConstructor; readonly triggerText: StringConstructor; readonly triggerSize: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly visible: BooleanConstructor; readonly isRefresh: BooleanConstructor; readonly hollowShape: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly hideDelay: import("../../../utils").EpPropFinalized; }>> & { onDrag?: ((...args: any[]) => any) | undefined; onSuccess?: ((...args: any[]) => any) | undefined; onFail?: ((...args: any[]) => any) | undefined; onRefresh?: ((...args: any[]) => any) | undefined; "onDrag-start"?: ((...args: any[]) => any) | undefined; "onDrag-end"?: ((...args: any[]) => any) | undefined; }, { readonly visible: boolean; readonly disabled: boolean; readonly type: string; readonly loading: boolean; readonly slideTarget: import("../../../utils").EpPropMergeType; readonly tolerance: number; readonly canvasSize: unknown[]; readonly failLimit: number; readonly hideDelay: number; readonly remotePoint: boolean; readonly useTrigger: boolean; readonly isRefresh: boolean; }>, { trigger?(_: { visible: boolean; success: boolean; }): any; }>; export default _default; declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };