import { IVTProps } from '../../types'; declare const _default: __VLS_WithTemplateSlots, { appendTo: string; showArrow: boolean; mask: boolean; showClose: boolean; closeOnPressEscape: boolean; }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (pl: boolean) => void; "update:current": (pl: number) => void; close: (pl: number) => void; change: (pl: number) => void; finish: () => void; }, string, import("vue").PublicProps, Readonly, { appendTo: string; showArrow: boolean; mask: boolean; showClose: boolean; closeOnPressEscape: boolean; }>>> & Readonly<{ "onUpdate:modelValue"?: ((pl: boolean) => any) | undefined; onChange?: ((pl: number) => any) | undefined; onClose?: ((pl: number) => any) | undefined; onFinish?: (() => any) | undefined; "onUpdate:current"?: ((pl: number) => any) | undefined; }>, { mask: boolean | import('../../types').IMaskTourConfig; appendTo: string | HTMLElement; showArrow: boolean; showClose: boolean; closeOnPressEscape: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Partial any>> & Partial any>> & { indicators?(_: { indicator: { current: number; total: number; }; }): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };