export { NotificationsProvider, Notification } from './Notification'; export { addNotification, closeNotification } from '@salutejs/plasma-new-hope/styled-components'; export type { NotificationProps, NotificationLayout, NotificationPlacement, NotificationIconPlacement, } from '@salutejs/plasma-new-hope/styled-components';