import { TransactionStatusResponse } from "./index.types"; export declare const CDN = "cdn"; export declare const NPM = "npm"; export declare const REQUEST_HEADERS: { Accept: string; "Content-Type": string; }; export declare const ICONS: any; export declare const NETWORKS: any; export declare const COLORS: any; export declare const MOCK_TRANSACTION: TransactionStatusResponse; export declare const VIEWS: { CURRENCY_SELECTOR: number; PENDING_TRANSACTION: number; CONFIRMING_TRANSACTION: number; PAYMENT_COMPLETE: number; PAYMENT_INCOMPLETE: number; EXCESS_PAYMENT: number; PAYMENT_FAILED: number; };