import React from 'react'; import type { ActionObject, Option } from 'jamis-core'; import type { BaseTransferProps, ItemRenderStates } from '../types'; export declare class BaseTransferRenderer extends React.Component { static defaultProps: Partial; tranferRef?: any; reload(): void; handleChange(value: Array