import type { ElCollectionInjectionContext, ElCollectionItemInjectionContext } from './tokens'; export declare const COLLECTION_ITEM_SIGN = "data-el-collection-item"; export declare const createCollectionWithScope: (name: string) => { COLLECTION_INJECTION_KEY: InjectionKey; COLLECTION_ITEM_INJECTION_KEY: InjectionKey; ElCollection: any; ElCollectionItem: any; };