import type { CSSObject } from '../../_util/cssinjs';
import type { GenerateStyle } from '../../theme/internal';
import type { TableToken } from './index';
declare const genEmptyStyle: GenerateStyle<TableToken, CSSObject>;
export default genEmptyStyle;
