export declare class OnRamperDto { defaultCrypto?: string; excludeCryptos?: string; onlyCryptos?: string; excludeCryptoNetworks?: string; onlyCryptoNetworks?: string; defaultAmount?: number; defaultFiat?: string; isAmountEditable?: boolean; onlyFiats?: string; excludeFiats?: string; themeName?: string; }