import { RadioGroupProps as AntdRadioGroupProps } from 'ant-design-vue'; type __VLS_Props = { label?: string; onlyIcon?: boolean; options?: AntdRadioGroupProps['options']; value?: string | number | boolean; optionType?: 'default' | 'button'; size?: 'large' | 'default' | 'small'; }; declare function __VLS_template(): { attrs: Partial<{}>; slots: { extra?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (event: any) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: (event: any) => any; }>, { size: "large" | "default" | "small"; label: string; optionType: "default" | "button"; onlyIcon: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };