export declare function formatNumber(num: number): string; export declare function getColorByBgColor(bgColor: string): "" | "#000" | "#fff";