export interface Divider {
    orientation?: 'horizontal' | 'vertical';
    thickness?: 'x-small' | 'small' | 'medium' | 'large';
}
