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