import { VariantType } from 'notistack' type Variant = Exclude export const BORDER_STYLES: Record = { error: '#b90e0a', success: '#32cd32', warning: '#FF9500', }