export declare const colorStyleMap: { black: { color: string; }; "紅色 red": { color: string; }; "猩紅色 scarlet": { color: string; }; "朱紅色 vermilion": { color: string; }; "橙色 orange": { color: string; }; "琥珀色 amber": { color: string; }; "金色 gold": { color: string; }; "黃色 yellow": { color: string; }; "檸檬綠色 lime": { color: string; }; "黃綠色 bright green": { color: string; }; "綠色 green": { color: string; }; "青色 cyan": { color: string; }; "蔚藍色 azure": { color: string; }; "藍色 blue": { color: string; }; "藍綠色 Aquamarine": { color: string; }; "淺藍色 Baby blue": { color: string; }; "愛麗絲藍 Alice-Blue": { color: string; }; "綠松色 Turquoise": { color: string; }; "矢車菊藍 Cornflower blue": { color: string; }; "粉末藍 Powder blue": { color: string; }; "皇室藍 Royal blue": { color: string; }; "午夜藍 Midnight Blue": { color: string; }; "天青藍 Cerulean blue": { color: string; }; "鈷藍色 Cobalt blue": { color: string; }; "道奇藍 Dodger blue": { color: string; }; "國際奇連藍 International Klein Blue": { color: string; }; "海軍藍 Navy blue": { color: string; }; "白牛仔布色 Pale Denim": { color: string; }; "長春花色 Periwinkle": { color: string; }; "青玉色 Sapphire": { color: string; }; "紫色 purple": { color: string; }; "深茜紅 Alizarin Crimson": { color: string; }; "品紅色 magenta": { color: string; }; }; export declare const bgColors: { white: { backgroundColor: string; }; "bg 紅色 red": { backgroundColor: string; }; "bg 猩紅色 scarlet": { backgroundColor: string; }; "bg 朱紅色 vermilion": { backgroundColor: string; }; "bg 橙色 orange": { backgroundColor: string; }; "bg 琥珀色 amber": { backgroundColor: string; }; "bg 金色 gold": { backgroundColor: string; }; "bg 黃色 yellow": { backgroundColor: string; }; "bg 檸檬綠色 lime": { backgroundColor: string; }; "bg 黃綠色 bright green": { backgroundColor: string; }; "bg 綠色 green": { backgroundColor: string; }; "bg 青色 cyan": { backgroundColor: string; }; "bg 蔚藍色 azure": { backgroundColor: string; }; "bg 藍色 blue": { backgroundColor: string; }; "bg 藍綠色 Aquamarine": { backgroundColor: string; }; "bg 淺藍色 Baby blue": { backgroundColor: string; }; "bg 愛麗絲藍 Alice-Blue": { backgroundColor: string; }; "bg 綠松色 Turquoise": { backgroundColor: string; }; "bg 矢車菊藍 Cornflower blue": { backgroundColor: string; }; "bg 粉末藍 Powder blue": { backgroundColor: string; }; "bg 皇室藍 Royal blue": { backgroundColor: string; }; "bg 午夜藍 Midnight Blue": { backgroundColor: string; }; "bg 天青藍 Cerulean blue": { backgroundColor: string; }; "bg 鈷藍色 Cobalt blue": { backgroundColor: string; }; "bg 道奇藍 Dodger blue": { backgroundColor: string; }; "bg 國際奇連藍 International Klein Blue": { backgroundColor: string; }; "bg 海軍藍 Navy blue": { backgroundColor: string; }; "bg 白牛仔布色 Pale Denim": { backgroundColor: string; }; "bg 長春花色 Periwinkle": { backgroundColor: string; }; "bg 青玉色 Sapphire": { backgroundColor: string; }; "bg 紫色 purple": { backgroundColor: string; }; "bg 深茜紅 Alizarin Crimson": { backgroundColor: string; }; "bg 品紅色 magenta": { backgroundColor: string; }; };