import { InjectionKey } from 'vue'; import { ComponentsStore } from '../services/createComponentsStore'; import { Router } from '../types/router'; export declare const getComponentsStoreKey: (routerKey: InjectionKey) => InjectionKey; export declare function createUseComponentsStore(routerKey: InjectionKey): () => ComponentsStore;