import type { LayoutConfig } from '@formitiva/core'; type __VLS_Props = { config: LayoutConfig; activeSection: string; nextDisabled?: boolean; onSectionChange: (name: string) => void; t: (key: string) => string; }; declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { submit?: (props: typeof __VLS_3) => any; }; declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=WizardLayout.vue.d.ts.map