import { type InjectionKey, type Ref } from 'vue'; export declare function useInjectionInstanceCollection(injectionName: string | InjectionKey, collectionKey: string, registerKeyRef: Ref): void; export declare function useInjectionCollection(injectionName: string | InjectionKey, collectionKey: string, valueRef: Ref): void; export declare function useInjectionElementCollection(injectionName: string | InjectionKey, collectionKey: string, getElement: () => HTMLElement | null): void;