import type { LayoutConfig } from '@formitiva/core'; type __VLS_Props = { layout: LayoutConfig; modelValue: string; nextDisabled?: boolean; }; declare var __VLS_4: { renderArea: boolean; }, __VLS_6: {}, __VLS_11: { renderArea: boolean; }, __VLS_13: {}, __VLS_18: { renderArea: boolean; }, __VLS_20: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_4) => any; } & { submit?: (props: typeof __VLS_6) => any; } & { default?: (props: typeof __VLS_11) => any; } & { submit?: (props: typeof __VLS_13) => any; } & { default?: (props: typeof __VLS_18) => any; } & { submit?: (props: typeof __VLS_20) => any; }; declare const _default: __VLS_WithSlots any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((section: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=LayoutAdapter.vue.d.ts.map