export type { NotificationPropsType } from './props'

export type { NotificationInstance } from '../../_interface'

export type NotificationType = 'default' | 'primary' | 'success' | 'danger' | 'warning'

export type NotificationPlacementType = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
