import type { InjectionKey } from 'vue'; import type { RadioGroupInjection } from './RadioGroup.types'; export declare const RADIO_GROUP_INJECTION: { key: InjectionKey; };