import { PropType } from 'vue'; import { Option } from './FormRenderer'; declare const _default: import("vue").DefineComponent<{ options: { type: PropType; required: true; }; modelValue: { type: PropType>; default: () => {}; }; initializeDefaults: { type: BooleanConstructor; default: boolean; }; horizontal: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; required: true; }; modelValue: { type: PropType>; default: () => {}; }; initializeDefaults: { type: BooleanConstructor; default: boolean; }; horizontal: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:modelValue"?: (...args: any[]) => any; }, { horizontal: boolean; modelValue: {}; initializeDefaults: boolean; }, {}>; export default _default;