export { getIcon, getCloseIcon, getTypeIcon } from './icons'
export type { IconType, IconSize, IconConfig } from './icons'

export { getA11yAttributes, getA11yString, getCloseButtonA11y } from './accessibility'
export type { NotificationType, A11yAttributes } from './accessibility'

export {
    CLASS_NAMES,
    DEFAULT_TITLES,
    DEFAULT_TEXT,
    capitalizeType,
    getTitle,
} from './constants'
