/** * 线条颜色 */ export declare const INPUT_LINE_COLOR: { light: string; dark: string; }; /** * 填充模式下的背景色 */ export declare const FILLED_INPUT_BGCOLOR: { light: string; dark: string; }; export declare const cssClasses: { textInput: string; };