export default { ui: { colors: { primary: 'blue', neutral: 'gray', }, }, toaster: { position: 'bottom-right' as const, expand: true, duration: 5000, }, };