import { TableRowStylesType } from '../../../../../components/tableRow/types/tableRowTheme';
import { TableRowVariantTypeV2 } from './variants';
export declare const getTableRowStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => TableRowStylesType<TableRowVariantTypeV2>;
