import {Notification} from '@mantine/core';

Notification.displayName = 'Notification';

export {Notification, type NotificationFactory, type NotificationProps} from '@mantine/core';
