export declare class CreateTronTrc10 {
    fromPrivateKey?: string;
    from?: string;
    signatureId?: string;
    index?: number;
    name: string;
    abbreviation: string;
    description: string;
    url: string;
    totalSupply: number;
    decimals: number;
}
