interface Props { /** * 如果设置为 `true`,则不会产生文字排版相关的css。 */ disableTypography?: boolean; /** * 如果设置为 `true`,则不会为链接添加默认样式。 */ disableLink?: boolean; } /** * 主题全局样式 */ declare const ThemeStyle: import("styled-components").GlobalStyleComponent; export default ThemeStyle;