import { type RotateVerifyProps, type RotateVerifySlots, type RotateVerifyExpose } from './common'; type __VLS_Slots = RotateVerifySlots; declare const __VLS_base: import("vue").DefineComponent any; end: (event: any) => any; change: (percent: number) => any; move: (event: any) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onStart?: ((event: any) => any) | undefined; onEnd?: ((event: any) => any) | undefined; onChange?: ((percent: number) => any) | undefined; onMove?: ((event: any) => any) | undefined; }>, { text: string; disabled: boolean; src: string; errorText: string; targetPos: number; successText: string; resetWhenError: boolean; showTarget: boolean; verify: (result: import("../index.ts").SlideVerifyResult) => Promise | boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };