import { Step } from '../../types'; export interface AccordionStepProps { /** * Step name */ step: Step; /** * Title of the step card */ title?: string; /** * Content of the step card */ content?: string; /** * Force card expansion/collapse */ active?: boolean; } declare var __VLS_8: {}, __VLS_16: { isFirst: boolean; isLast: boolean; step: Step; previousStep: () => void; nextStep: () => void; }, __VLS_18: { isFirst: boolean; isLast: boolean; step: Step; previousStep: () => void; }, __VLS_28: { isFirst: boolean; isLast: boolean; step: Step; nextStep: () => void; }; type __VLS_Slots = {} & { title?: (props: typeof __VLS_8) => any; } & { content?: (props: typeof __VLS_16) => any; } & { previousStepButton?: (props: typeof __VLS_18) => any; } & { nextStepButton?: (props: typeof __VLS_28) => any; }; declare const __VLS_base: import('../../../node_modules/vue').DefineComponent void; "previous-step": (...args: any[]) => void; }, string, import('../../../node_modules/vue').PublicProps, Readonly & Readonly<{ "onNext-step"?: ((...args: any[]) => any) | undefined; "onPrevious-step"?: ((...args: any[]) => any) | undefined; }>, { content: string; title: string; active: boolean; }, {}, {}, {}, string, import('../../../node_modules/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; }; };