import { IKeyringAccount } from '../kcs'; export declare class Asset { label: string; symbol: string; decimals: number; account: IKeyringAccount; }