import type { Component } from 'vue'; /** * Scalar Form Field component * * A single form input field with a label. * * @example * * * * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { label?: (props: {}) => any; } & { default?: (props: {}) => any; } & { below?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=ScalarFormField.vue.d.ts.map