export type Table_StyleProps = { /** ## Table [🔗](https://zds.zurich.com/layouts/table) * */ 'z-table'?: true | ''; /** ... */ 'z-cell'?: 'center' | 'right'; /** ... */ 'cell-weight'?: 'semibold'; };