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