/** * 主题文件 */ declare const themes: { ang: import("styled-components").DefaultTheme; cxd: any; dark: any; antd: any; }; export default themes;