import type { ScalarCheckboxOption } from './types'; /** * Scalar Checkbox Radio Group component * * A group of radio inputs allowing for single selection. */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ options?: ScalarCheckboxOption[]; } & { modelValue?: ScalarCheckboxOption; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: ScalarCheckboxOption | undefined) => any; }, string, import("vue").PublicProps, Readonly<{ options?: ScalarCheckboxOption[]; } & { modelValue?: ScalarCheckboxOption; }> & Readonly<{ "onUpdate:modelValue"?: ((value: ScalarCheckboxOption | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarCheckboxRadioGroup.vue.d.ts.map