import { ThemeOptions } from "@material-ui/core/styles";
import { SaleorThemeColors } from "../types";
export declare const tableOverrides: (colors: SaleorThemeColors, fontFamily: string) => ThemeOptions["overrides"];
