import type { CSSObject } from '@ant-design/cssinjs'; import type { GenerateStyle } from '../../theme/internal'; import type { TableToken } from './index'; declare const genFixedStyle: GenerateStyle; export default genFixedStyle;