import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { RadioChange, RadioModelValue } from '../../radio-group'; declare const _sfc_main: DefineComponent<{ readonly modelValue: { readonly type: PropType; readonly default: () => null; }; readonly disabled: BasicType; readonly name: BasicType, string | null>; readonly label: { readonly type: PropType; readonly default: () => null; }; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: RadioModelValue) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: () => null; }; readonly disabled: BasicType; readonly name: BasicType, string | null>; readonly label: { readonly type: PropType; readonly default: () => null; }; readonly onChange: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((val: RadioModelValue) => any) | undefined; }, { readonly disabled: boolean; readonly name: string; readonly modelValue: RadioModelValue; readonly label: RadioModelValue; readonly onChange: RadioChange; }>; export default _sfc_main;