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