import type { XyOptionValue } from "../core"; import type { XyRadioGroupProps, XyRadioGroupSlots } from "./types"; type __VLS_Slots = XyRadioGroupSlots; declare const __VLS_base: import("vue").DefineComponent; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: XyOptionValue, event: Event) => any; "update:modelValue": (value: XyOptionValue) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: XyOptionValue, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: XyOptionValue) => any) | undefined; }>, { block: boolean; vertical: boolean; options: import("./types").XyRadioOptionInput[]; buttonStyle: import("./types").XyRadioButtonStyle; optionType: import("./types").XyRadioOptionType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };