///
import { CommonType } from '../common/type';
import { KeygenResult, TransferListType } from '@sheinx/hooks';
import { JssStyleType, ListDatum } from './transfer.type';
export interface TransferOperateProps extends Pick {
jssStyle: JssStyleType;
listType: TransferListType;
datum: ListDatum;
listDatum: ListDatum;
children?: React.ReactNode;
className?: string;
value: KeygenResult[];
operation?: React.ReactNode;
}
//# sourceMappingURL=transfer-operate.type.d.ts.map