import { type ExtractPropTypes } from 'vue'; import { checkerProps, CheckerShape, CheckerLabelPosition } from '../checkbox/Checker'; export declare type RadioShape = CheckerShape; export declare type RadioLabelPosition = CheckerLabelPosition; export declare type RadioProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ name: import("vue").PropType; shape: { type: import("vue").PropType; default: CheckerShape; }; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; shape: { type: import("vue").PropType; default: CheckerShape; }; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; shape: CheckerShape; labelDisabled: boolean; }>; export default _default;