import { XrpTokenConfig } from '@bitgo/statics'; import { Xrp } from './xrp'; import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core'; export declare class XrpToken extends Xrp { readonly tokenConfig: XrpTokenConfig; constructor(bitgo: BitGoBase, tokenConfig: XrpTokenConfig); static createTokenConstructor(config: XrpTokenConfig): CoinConstructor; static createTokenConstructors(tokenConfigs?: XrpTokenConfig[]): NamedCoinConstructor[]; get name(): string; get coin(): string; get network(): string; get issuerAddress(): string; get currencyCode(): string; get contractAddress(): string; get domain(): string; get decimalPlaces(): number; getChain(): string; getBaseChain(): string; getFullName(): string; getBaseFactor(): number; } //# sourceMappingURL=xrpToken.d.ts.map