export type DividerThickness = 'thin' | 'medium' | 'thick'; export type DividerColor = 'default' | 'grey' | 'blue' | 'red';