import { ComputedRef, InjectionKey } from 'vue'; export declare const radioInjectKey: InjectionKey<{ checked: ComputedRef; disabled: ComputedRef; }>;