import type { Modifiers, ComponentStyles, Size, Elements } from './utils'; export type TableTheme = ComponentStyles & Modifiers & Elements<{ [key in 'caption' | 'head' | 'body' | 'foot' | 'row' | 'th' | 'td']?: ComponentStyles; }, Required>;