import { TransferFromCustodialAddressBatch } from './TransferFromCustodialAddressBatch';
export declare class TransferFromTronCustodialAddressBatch extends TransferFromCustodialAddressBatch {
    from?: string;
    feeLimit?: number;
}
