declare const getColorByName: (colorName: string) => { bgColor: string; bColor: string; }; export default getColorByName;