import { InjectionKey } from "vue";
export declare const CHECKBOX_CONTEXT: InjectionKey<{
    [key: string]: any;
}>;
/** 选择控制器 */
export declare const ControllerSchemaRepositorySymbol: unique symbol;
