export declare const styleConfigTop: { start: { title: string; count: string; }; center: { title: string; count: string; }; end: { title: string; count: string; }; bothEnds: { title: string; count: string; }; }; export declare const styleConfigLeft: { start: string; center: string; end: string; bothEnds: string; }; export declare const styleConfigBottom: { start: { title: string; count: string; }; center: { title: string; count: string; }; end: { title: string; count: string; }; bothEnds: { title: string; count: string; }; }; export declare const styleConfigRight: { start: string; center: string; end: string; bothEnds: string; }; export declare const getBgColorMemo: (colorString: any) => { color: string; colorType: string; }; export declare function compatibleTextColor(color: any): { color: string; backgroundImage?: undefined; } | { backgroundImage: string; color: string; };