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