declare const tableClasses: Record<"header" | "table" | "body" | "root" | "header-row" | "header-cell" | "header-cell-content" | "body-row" | "body-cell" | "body-cell-has-link" | "body-cell-emphasis" | "body-cell-shrink" | "body-cell-content" | "body-cell-link", string>; export default tableClasses;