export type { XyRadioButtonStyle, XyRadioClassNames, XyRadioExpose, XyRadioGroupClassNames, XyRadioGroupExpose, XyRadioGroupProps, XyRadioGroupSemanticDom, XyRadioGroupSlots, XyRadioGroupStyles, XyRadioOption, XyRadioOptionInput, XyRadioOptionType, XyRadioOrientation, XyRadioProps, XyRadioSemanticDom, XyRadioStyles, } from "./types"; export declare const XyRadio: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (value: import("../index.ts").XyOptionValue, event: Event) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; "update:checked": (checked: boolean) => any; }, import("vue").PublicProps, { defaultChecked: boolean; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, { defaultChecked: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (value: import("../index.ts").XyOptionValue, event: Event) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; "update:checked": (checked: boolean) => any; }, string, { defaultChecked: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })>; export declare const XyRadioGroup: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { value: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: import("../index.ts").XyOptionValue, event: Event) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; }, import("vue").PublicProps, { block: boolean; vertical: boolean; options: import("./types").XyRadioOptionInput[]; buttonStyle: import("./types").XyRadioButtonStyle; optionType: import("./types").XyRadioOptionType; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { value: import("vue").ComputedRef; }, {}, {}, {}, { block: boolean; vertical: boolean; options: import("./types").XyRadioOptionInput[]; buttonStyle: import("./types").XyRadioButtonStyle; optionType: import("./types").XyRadioOptionType; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { value: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: import("../index.ts").XyOptionValue, event: Event) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; }, string, { block: boolean; vertical: boolean; options: import("./types").XyRadioOptionInput[]; buttonStyle: import("./types").XyRadioButtonStyle; optionType: import("./types").XyRadioOptionType; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: import("./types").XyRadioGroupSlots; })>; export default XyRadio;