declare const common: { /** * 黑色 */ black: string; /** * 白色 */ white: string; }; export default common;