import { UpdateCashbackErc721 } from './UpdateCashbackErc721';
export declare class TronUpdateCashbackTrc721 extends UpdateCashbackErc721 {
    from?: string;
    contractAddress: string;
    feeLimit: number;
}
