import { TableCellStylesType } from '../../../../components/tableCell/types/tableCellTheme';
import { TableBodyVariantType } from './variants';
export declare const TABLE_BODY_STYLES: TableCellStylesType<TableBodyVariantType>;
