import { CSSInterpolation } from '@ant-design/cssinjs'; import { GlobalToken } from 'antd'; declare const genDefaultStyle: (prefixCls: string, token: GlobalToken) => CSSInterpolation; export default genDefaultStyle;