import { PlanTier, BillingAccountStatus, InvoiceStatus, InvoiceType, CreditTransactionType, EurTransactionType } from '@abyss-project/main'; export declare const PLAN_TIER_COLORS: Record; export declare const BILLING_ACCOUNT_STATUS_COLORS: Record; export declare const INVOICE_STATUS_COLORS: Record; export declare const INVOICE_TYPE_COLORS: Record; export declare const CREDIT_TRANSACTION_TYPE_COLORS: Record; export declare const EUR_TRANSACTION_TYPE_COLORS: Record;