///
import { type ToastProps } from 'react-toastify/dist/types';
import { type NotificationProps, type Variant } from '../types';
type NotifyAction = (options: NotificationProps, notifyProps: ToastProps) => JSX.Element;
export declare const NOTIFICATION_VARIANT: Record;
export {};