import { InjectionKey, Ref } from "vue";
export declare const RADIOGROUP_CONTEXT: InjectionKey<{
    radios: Ref<Array<any>>;
    [key: string]: any;
}> | undefined;
