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.CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, true, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & _$vue.ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & { name: string; setup(): void; }; ElCollectionItem: { new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, true, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & _$vue.ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & { name: string; setup(_: unknown, { attrs }: SetupContext): void; }; }; //#endregion export { COLLECTION_ITEM_SIGN, createCollectionWithScope };