import { RendererPluginEvent } from 'amis-editor-core'; import { TransferPlugin } from './Transfer'; export declare class TransferPickerPlugin extends TransferPlugin { static id: string; rendererName: string; $schema: string; name: string; isBaseComponent: boolean; icon: string; pluginIcon: string; description: string; docLink: string; tags: string[]; scaffold: { label: string; type: string; name: string; options: { label: string; value: string; }[]; selectMode: string; resultListModeFollowSelect: boolean; }; previewSchema: any; events: RendererPluginEvent[]; notRenderFormZone: boolean; }