export type { MessagePropsType } from './props'

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

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

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