export type MergedCellsAlign = { horizontal?: 'left' | 'center' | 'right'; vertical?: 'top' | 'center' | 'bottom'; };