import type { RadioGroupProps } from './radio-group'; declare const _default: import("vue").DefineComponent<{ readonly id: import("code-monkey-ui/es/utils").EpPropFinalized; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("code-monkey-ui/es/utils").EpPropFinalized; readonly fill: import("code-monkey-ui/es/utils").EpPropFinalized; readonly label: import("code-monkey-ui/es/utils").EpPropFinalized; readonly textColor: import("code-monkey-ui/es/utils").EpPropFinalized; readonly name: import("code-monkey-ui/es/utils").EpPropFinalized; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: string | number | boolean) => boolean; change: (val: string | number | boolean) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly disabled: BooleanConstructor; readonly modelValue: import("code-monkey-ui/es/utils").EpPropFinalized; readonly fill: import("code-monkey-ui/es/utils").EpPropFinalized; readonly label: import("code-monkey-ui/es/utils").EpPropFinalized; readonly textColor: import("code-monkey-ui/es/utils").EpPropFinalized; readonly name: import("code-monkey-ui/es/utils").EpPropFinalized; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }>> & { onChange?: ((val: string | number | boolean) => any) | undefined; "onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined; }, { readonly fill: string; readonly modelValue: import("code-monkey-ui/es/utils").EpPropMergeType; readonly label: string; readonly id: string; readonly disabled: boolean; readonly name: string; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropMergeType; readonly textColor: string; }>; export default _default;