import { CryptoInterface } from '../crypto-view/crypto-view'; export declare class CryptoTable { cryptoData: CryptoInterface; cryptoCurrencies: string[]; sum: { USD: number; EUR: number; }; watching(cryptoData: CryptoInterface): void; render(): any; }