import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export declare const Radio: DefineComponent; default: string; }; isShowRadioControl: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ value: { type: PropType; default: string; }; isShowRadioControl: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { value: string; isShowRadioControl: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;