/** * 选区组件 */ export function SelectableBlock({ index, show, component, action, actionMap, actionParams, compId, selectableBlockEvents, selectableBlock, exportValue, blockKey, isSelectable, ...rest }: { [x: string]: any; index: any; show: any; component: any; action: any; actionMap: any; actionParams: any; compId: any; selectableBlockEvents: any; selectableBlock: any; exportValue: any; blockKey: any; isSelectable?: boolean; }): JSX.Element;