import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import radioGroup from "./src/radioGroup"; export declare const DkRadioGroup: Install>, {}, {}>>; export type radioGroupInstance = InstanceType;