/** * 颜色定义 */ export declare const colors: Colors; export interface Colors { separator: string; underlay: string; primary: string; secondary: string; success: string; info: string; warn: string; danger: string; white: string; black: string; }