import { InjectionToken } from '@farris/devkit-vue';
export declare const MESSAGE_BOX_SERVICE_TOKEN: InjectionToken<unknown>;
export declare const NOTIFY_SERVICE_TOKEN: InjectionToken<unknown>;
export declare const LOADING_SERVICE_TOKEN: InjectionToken<unknown>;
