import type { DefinitionPropertyField } from '@formitiva/core'; export interface Props { field: DefinitionPropertyField; error?: string | null; rightAlign?: boolean; } declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_3) => any; }; declare const _default: __VLS_WithSlots & Readonly<{}>, { rightAlign: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=RowFieldLayout.vue.d.ts.map