import { BaseTransferProps } from './Props';
import { KeygenResult } from '../@types/common';
export default function splitSelecteds<DataItem, Value extends any[]>(selecteds: KeygenResult[] | undefined, props: BaseTransferProps<DataItem, Value>): [KeygenResult[], KeygenResult[]] | null;