import { PluginObject } from 'vue'; import { MElementDomPlugin, MountFunction, RefreshFunction } from '../../domPlugin'; export declare class MDroppableGroup extends MElementDomPlugin { static defaultMountPoint: string; attach(mount: MountFunction): void; update(options: string, refresh: RefreshFunction): void; detach(): void; } declare const DroppableGroupPlugin: PluginObject; export default DroppableGroupPlugin; //# sourceMappingURL=droppable-group.d.ts.map