import { InjectionKey, Ref } from 'vue'; export declare const checkboxGroupInjectKey: InjectionKey<{ realValue: Ref>; disabled: Ref; isMinimum: Ref; isMaximum: Ref; updateModelValue: (val: Array) => void; onChange: (val: Array, ev: Event) => void; }>;