import type { TableTheme } from './light';
declare const tableDark: TableTheme;
export default tableDark;
