import { StepAction } from '@zag-js/tour'; import { SlotsType, UnwrapRef, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export interface TourActionsProps extends SlotsType<{ default: UnwrapRef; }> { } declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>, Readonly<{ default(tour: UnwrapRef): unknown; }> & { default(tour: UnwrapRef): unknown; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };