import type { DefinitionPropertyField } from '@formitiva/core'; export interface Props { field: DefinitionPropertyField; error?: string | null; rightAlign?: boolean; } declare var __VLS_5: {}, __VLS_11: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_5) => any; } & { default?: (props: typeof __VLS_11) => 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=StandardFieldLayout.vue.d.ts.map