import { type ToastProps } from 'react-toastify-next/dist/types'; import { type NotificationTemplateProps } from '../../NotificationTemplateNext'; import { type NotificationProps, type Variant } from '../../types'; export declare const getNotificationTemplateProps: (options: NotificationProps, notifyProps: Omit, variant: Variant) => NotificationTemplateProps;