export declare const COLORS: ("#e91e63" | "#2196f3" | "#ff9800" | "#f44336" | "#4caf50" | "#03a9f4" | "#9c27b0")[]; export declare const STATUS_OPTIONS: string[]; export declare const TAXCODE_OPTIONS: string[]; export declare const RATE_TYPE_OPTIONS: string[]; export declare const CONTRACT_TYPE_OPTIONS: string[]; export declare const INCOTERM_OPTIONS: string[]; export declare const COMMODITY_OPTIONS: string[]; export declare const CURRENCY_OPTIONS: string[]; export declare const COUNTRY_OPTIONS: string[]; export declare const COUNTRY_ISO_OPTIONS: ({ value: string; code: string; label: string; phone: string; suggested?: undefined; } | { value: string; code: string; label: string; phone: string; suggested: boolean; })[];