import { NotificationData } from '@mantine/notifications'; interface NotificationOptions extends Omit { } export declare function showWarningNotification(options: NotificationOptions): void; export declare function showErrorNotification(options: NotificationOptions): void; export declare function showSuccessNotification(options: NotificationOptions): void; export declare function showInfoNotification(options: NotificationOptions): void; export {};