import { InjectionKey, Ref } from "vue";
export declare const CHECKBOX_CONTEXT: InjectionKey<{
    [key: string]: any;
}>;
/** 选择控制器 */
export declare const ControllerSchemaRepositorySymbol: unique symbol;
export declare const RADIOGROUP_CONTEXT: InjectionKey<{
    radios: Ref<Array<any>>;
    [key: string]: any;
}> | undefined;
/** 选择表单 */
export declare const FormSchemaRepositorySymbol: unique symbol;
