import type { LayoutConfig } from '@formitiva/core'; type __VLS_Props = { config: LayoutConfig; activeSection: string; onSectionChange: (name: string) => void; }; declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: ((props: {}) => any) | undefined; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=NavLayout.vue.d.ts.map