/** * 标准模式下的背景色 */ export declare const BASIC_CHIP_BG: { light: string; dark: string; }; export declare const BASIC_CHIP_HOVER_BG: { light: string; dark: string; }; /** * 边框线的默认颜色 */ export declare const BORDER_COLOR: { light: string; dark: string; }; /** * 删除图标颜色 */ export declare const DELETE_ICON_COLOR: { light: string; dark: string; }; /** * 删除图标hover颜色 */ export declare const DELETE_ICON_HOVER_COLOR: { light: string; dark: string; }; /** * 前缀图标颜色 */ export declare const LEADING_ICON_COLOR: { light: string; dark: string; };