import { Ref } from 'vue'; import { CLPalette } from '../../index.ts'; interface ThemeContext { colors: Ref; darkMode: Ref; } export declare const tableTheme: (theme?: ThemeContext) => { '--clll-table-border-color': string; '--clll-table-hover-bg': string; '--clll-table-theme-radius': string; }; export {};