import type { InjectionKey } from 'vue'; export type ElIdInjectionContext = { prefix: number; current: number; }; export declare const ID_INJECTION_KEY: InjectionKey; export declare const useId: (deterministicId?: any) => Ref;