export declare const Radio: import("../utils").WithInstall; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; } & { shape: import("vue").PropType; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; } & { shape: import("vue").PropType; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; labelDisabled: boolean; }, {}>>; export default Radio; export { radioProps } from './Radio'; export type { RadioProps, RadioShape, RadioLabelPosition } from './Radio'; export type { RadioThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanRadio: typeof Radio; } }