import { Theme } from './types/Theme';
export declare const getTheme: (theme: Theme) => {
    thStart: string;
    thEnd: string;
} | {
    readonly thStart: "text-middleGrey";
    readonly thEnd: "text-black font-bold";
};
