import { InjectionKey } from '@wakeadmin/demi'; import { DropListRef } from './dropListRef'; import { DragRef } from './dragRef'; import { DragRefEvents } from './type'; export declare const FatDropContainerToken: InjectionKey<{ instance: DropListRef; emits(eventName: K, ...args: Parameters): void; renderPlaceholder?: (...args: any) => any; renderPreview?: (...args: any) => any; }>; export declare const FatDragRefToken: InjectionKey; export declare const FatDropListGroupToken: InjectionKey>; //# sourceMappingURL=token.d.ts.map