export function createNotification(...args: any[]): any; export function removeNotification(...args: any[]): any; export function showErrorNotification(...args: any[]): any; export function showInfoNotification(...args: any[]): any; export function showNeutralNotification(...args: any[]): any; export function showSuccessNotification(...args: any[]): any; export function showWarningNotification(...args: any[]): any; //# sourceMappingURL=notificationToasts.d.ts.map