import { TransferErc721 } from './TransferErc721';
export declare class TronTransferTrc721 extends TransferErc721 {
    from?: string;
    to: string;
    contractAddress: string;
    feeLimit: number;
}
