import type { PropType } from 'vue'; import { Size, Direction } from '../_utils/constant'; import { RadioType } from './context'; import { RadioOption } from './interface'; declare const _default: import("vue").DefineComponent; default: undefined; }; defaultValue: { type: PropType; default: string; }; type: { type: PropType; default: string; }; size: { type: PropType; }; options: { type: PropType>; }; direction: { type: PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string | number | boolean) => true; change: (_value: string | number | boolean, _ev: Event) => true; }, string, import("vue").PublicProps, Readonly; default: undefined; }; defaultValue: { type: PropType; default: string; }; type: { type: PropType; default: string; }; size: { type: PropType; }; options: { type: PropType>; }; direction: { type: PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((_value: string | number | boolean, _ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((_value: string | number | boolean) => any) | undefined; }>, { type: "button" | "radio"; disabled: boolean; direction: "horizontal" | "vertical"; defaultValue: string | number | boolean; modelValue: string | number | boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;