import type { XyRadioProps } from "./types"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent 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("..").XyOptionValue, event: Event) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: import("..").XyOptionValue) => any; "update:checked": (checked: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: import("..").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("..").XyOptionValue) => any) | undefined; "onUpdate:checked"?: ((checked: boolean) => any) | undefined; }>, { defaultChecked: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };