import type { InjectionKey } from 'vue';
import type Monocle from 'spur-monocle-manager';
export declare const MonocleKey: InjectionKey<Monocle>;
