import { ComputedRef, InjectionKey } from "vue";
export declare const ERROR: InjectionKey<ComputedRef<boolean>>;
