import { DataTableStylesType } from '../../../../components/dataTable/types/dataTableTheme';
import { DataTableVariantType } from './variants';
export declare const DATA_TABLE_STYLES: DataTableStylesType<DataTableVariantType>;
