import { ElCollectionInjectionContext, ElCollectionItemInjectionContext } from "./tokens.js"; import * as vue from "vue"; import { InjectionKey, SetupContext } from "vue"; //#region ../../packages/components/collection/src/collection.d.ts declare const COLLECTION_ITEM_SIGN = "data-el-collection-item"; declare const createCollectionWithScope: (name: string) => { COLLECTION_INJECTION_KEY: InjectionKey; COLLECTION_ITEM_INJECTION_KEY: InjectionKey; ElCollection: { new (...args: any[]): vue.CreateComponentPublicInstance>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly>, {}, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & vue.ComponentOptionsBase>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & { name: string; setup(): void; }; ElCollectionItem: { new (...args: any[]): vue.CreateComponentPublicInstance>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly>, {}, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & vue.ComponentOptionsBase>, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & { name: string; setup(_: unknown, { attrs }: SetupContext): void; }; }; //#endregion export { COLLECTION_ITEM_SIGN, createCollectionWithScope };