export type DividerPosition = 'center' | 'left' | 'right';
export type DividerDirection = 'horizontal' | 'vertical';
