import type { TableTheme } from '../themes/theme';
export declare const themes: {
    [key: string]: TableTheme;
};
