type TransferPropsValue = unknown; export interface TransferProps { [key: string]: TransferPropsValue; } export {};