import type { ComponentSize } from '../../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { RadioModelValue } from './interface'; declare const _sfc_main: DefineComponent<{ readonly modelValue: { readonly type: PropType; readonly default: () => null; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly size: { readonly type: PropType; }; readonly name: { readonly type: StringConstructor; }; readonly label: { readonly type: PropType; readonly default: null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: () => null; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly size: { readonly type: PropType; }; readonly name: { readonly type: StringConstructor; }; readonly label: { readonly type: PropType; readonly default: null; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; }, { readonly disabled: boolean; readonly modelValue: RadioModelValue; readonly label: RadioModelValue; }, {}>; export default _sfc_main;