interface Props { previousLabel?: string; nextLabel?: string; isValid?: boolean; stepLabel: string; stepComplete: boolean; } declare const _default: __VLS_WithTemplateSlots void; previous: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onNext?: ((...args: any[]) => any) | undefined; onPrevious?: ((...args: any[]) => any) | undefined; }>, { previousLabel: string; nextLabel: string; isValid: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, { default?(_: {}): any; actions?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };